Click or drag to resize

BCDocumentWorkflowExtender.BeginDraftVersion Method (String, BCWorkList)

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.111.0)
Syntax
public string BeginDraftVersion(
	string message,
	BCWorkList workList
)

Parameters

message
Type: System.String
The text message to be added in the workflow log. Can be null or an empty string.
workList
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCWorkList
The work list to which to add the document. If null, the current user is used.

Return Value

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