Click or drag to resize
BCDocumentWorkflowExtenderBeginDraftVersion Method (String)
Creates a working copy (or Quick Change) of the document.

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 string BeginDraftVersion(
	string message
)

Parameters

message
Type: SystemString
The text message to be added in the workflow log. Can be or an empty string.

Return Value

Type: String
The ID property value of a new revision.
See Also