Creates a working copy (Quick Change).
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
Visual Basic |
---|
Public Function BeginDraftVersion ( _
message As String _
) As String |
Visual C++ |
---|
public:
String^ BeginDraftVersion(
String^ message
) |
Parameters
- message
- Type: System..::..String
The text message to be added in the workflow log. Can be nullNothingnullptra null reference (Nothing in Visual Basic) or an empty string.
Return Value
The
ID property value of the new revision.
See Also