Click or drag to resize

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
)

Parameters

message
Type: SystemString
The text message.
timeStamp
Type: SystemBoolean
A value indicating whether to add a time stamp to the message.
See Also