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.111.0)
Syntax public void AddDocumentWithComment(
string message,
BCDocument document
)
Public Sub AddDocumentWithComment (
message As String,
document As BCDocument
)
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