Click or drag to resize

BCDocumentWorkflowExtenderSubmitWorkingCopy Method

Ends the draft revision of the document and commits its changes.

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 void SubmitWorkingCopy(
	bool reassign
)

Parameters

reassign
Type: SystemBoolean
A value indicating whether to start a new revision.
Remarks
This method is an analogue of the EndDraftVersion("", false, reassign) method.
See Also