BCDocumentWorkflowExtenderEndDraftVersionWithRefs Method (String) |
Ends the draft revision 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)
Syntaxpublic void EndDraftVersionWithRefs(
string message
)
Public Sub EndDraftVersionWithRefs (
message As String
)
public:
void EndDraftVersionWithRefs(
String^ message
)
member EndDraftVersionWithRefs :
message : string -> unit
Parameters
- message
- Type: SystemString
The text message to be added in the workflow log.
Can be or an empty string.
See Also