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