Click or drag to resize

BCDocumentWorkflow.AddToLogWithComment 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.96.0)
Syntax
public void AddToLogWithComment(
	string message,
	bool timeStamp
)

Parameters

message
Type: System.String
The text message.
timeStamp
Type: System.Boolean
A value indicating whether to add a time stamp to the message.
See Also