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

public void AddComment(
	CreateDocumentTask task,
	string comment
)

Parameters

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