Click or drag to resize
BCWorkListAddDocumentWithComment Method
Adds the specified document to the work list.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void AddDocumentWithComment(
	string message,
	BCDocument document
)

Parameters

message
Type: SystemString
TThe text message that will be appended to the document log.
document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document to add.
See Also