Click or drag to resize

BCDocumentWorkflowExtender.BeginDraftVersionWithRefs Method (String, BCWorkList, Int32)

Creates a working copy (or Quick Change) of the document and outgoing referenced documents.

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 void BeginDraftVersionWithRefs(
	string message,
	BCWorkList workList,
	int refLevel
)

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.
refLevel
Type: System.Int32
The level of the outgoing referenced documents.
See Also