BCVersionableBeginDraftVersion Method (String) | 
 
            Creates a working copy (Quick Change).
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic string BeginDraftVersion(
	string message
)
Public Function BeginDraftVersion ( 
	message As String
) As String
Parameters
- message
 - Type: SystemString
            The text message to be added in the workflow log. Can be  or an empty string.
             
Return Value
Type: 
StringThe 
ID property value of the new revision.
See Also