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

public void AddComment(
	DocumentTask task,
	CommentActionModel model
)

Parameters

task
Type: DocumentTask
Task. Object. Access path: PublicAPI.Docflow.Objects.Tasks.DocumentTask
model
Type: CommentActionModel
Model for the action with comments and attachments
See Also