PublicAPI.Projects.Objects.CreateProjectTask.AddComment ELMA API Documentation
Add a comment to the task
 
 
Syntax

public void AddComment(
	CreateProjectTask task,
	CommentActionModel model
)

Parameters

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