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

public void AddComment(
	SendToAcquaintanceTask task,
	string comment
)

Parameters

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