BCImportCreateReplacedVersion Method |
Creates replaced revision of the existing document.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCDocument CreateReplacedVersion(
string DocID,
string DocumentTypeName,
string DocumentName
)
Public Function CreateReplacedVersion (
DocID As String,
DocumentTypeName As String,
DocumentName As String
) As BCDocument
Parameters
- DocID
- Type: SystemString
DocID of the document new replaced 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