PublicAPI.Projects.ProjectTaskBase.WorkflowProjectTask.AddComment ELMA API Documentation
Add a comment to the task
 
 
Syntax

public void AddComment(
	WorkflowProjectTask task,
	CommentActionModel model
)

Parameters

task
Type: WorkflowProjectTask
Task. Object. Access path: PublicAPI.Projects.ProjectTaskBase.WorkflowProjectTask
model
Type: CommentActionModel
Model for the action with comments and attachments
See Also