PublicAPI.Docflow.Objects.BPMN.AssignDocumentTask.AddComment ELMA API Documentation
Add a comment to the task
 
 
Syntax

public void AddComment(
	AssignDocumentTask task,
	string comment
)

Parameters

task
Type: AssignDocumentTask
Task. Object. Access path: PublicAPI.Docflow.Objects.BPMN.AssignDocumentTask
comment
Type: System String
Comment
See Also