BCDocumentWorkflowExtenderBeginDraftVersionWithRefs Method (String, BCWorkList, Int32) |
Creates a working copy (or Quick Change) of the document and outgoing referenced documents.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void BeginDraftVersionWithRefs(
string message,
BCWorkList workList,
int refLevel
)
Public Sub BeginDraftVersionWithRefs (
message As String,
workList As BCWorkList,
refLevel As Integer
)
public:
void BeginDraftVersionWithRefs(
String^ message,
BCWorkList^ workList,
int refLevel
)
member BeginDraftVersionWithRefs :
message : string *
workList : BCWorkList *
refLevel : int -> unit
Parameters
- message
- Type: SystemString
The text message to be added in the workflow log. Can be or an empty string.
- workList
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkList
The work list to which to add the document.
If , the current user is used.
- refLevel
- Type: SystemInt32
The level of the outgoing referenced documents.
See Also