| BCImportCreateDerivedVersion Method |
Creates derived revision of the existing document.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCDocument CreateDerivedVersion(
string DocID,
string DocumentTypeName,
string DocumentName
)
Public Function CreateDerivedVersion (
DocID As String,
DocumentTypeName As String,
DocumentName As String
) As BCDocument
public:
BCDocument^ CreateDerivedVersion(
String^ DocID,
String^ DocumentTypeName,
String^ DocumentName
)
member CreateDerivedVersion :
DocID : string *
DocumentTypeName : string *
DocumentName : string -> BCDocument
Parameters
- DocID
- Type: SystemString
DocID of the document new derived revision to be created - DocumentTypeName
- Type: SystemString
DocumentType internal name for new document revision - DocumentName
- Type: SystemString
Display name for new document revision
Return Value
Type:
BCDocumentBCDocument object
See Also