Click or drag to resize

BCImport.CreateVersion Method

Creates new 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.96.0)
Syntax
public BCDocument CreateVersion(
	string DocID,
	string DocumentTypeName,
	string DocumentName
)

Parameters

DocID
Type: System.String
DocID of the document new revision to be created
DocumentTypeName
Type: System.String
DocumentType internal name for new document revision
DocumentName
Type: System.String
Display name for new document revision

Return Value

Type: BCDocument
BCDocument object
See Also