Click or drag to resize
BCImportCreateRevision Method
Creates document revision.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCDocument CreateRevision(
	string DocID,
	string DocumentTypeName,
	string DocumentName,
	bool ForceNewRevision
)

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
ForceNewRevision
Type: SystemBoolean
force new revision

Return Value

Type: BCDocument
BCDocument object
See Also