PublicAPI.Docflow.Objects.Tasks.DocumentTask.AddComment ELMA API Documentation
Add a comment to the task
 
 
Syntax

public void AddComment(
	DocumentTask task,
	string comment
)

Parameters

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