BCDocumentWorkflowAddToLogWithComment Method |
Appends a text message to the document log.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void AddToLogWithComment(
string message,
bool timeStamp
)
Public Sub AddToLogWithComment (
message As String,
timeStamp As Boolean
)
Parameters
- message
- Type: SystemString
The text message. - timeStamp
- Type: SystemBoolean
A value indicating whether to add a time stamp to the message.
See Also