BCDocumentWorkflowExtenderCreateWorkingCopy Method (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 void CreateWorkingCopy(
BCWorkList workList
)
Public Sub CreateWorkingCopy (
workList As BCWorkList
)
Parameters
- workList
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkList
The work list to which to add the document.
If , the current user is used.
Remarks This method is an analogue of the BeginDraftVersion("", workList) method.
See Also