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

public void AddComment(
	WorkflowProjectTask task,
	string comment
)

Parameters

task
Type: WorkflowProjectTask
Task. Object. Access path: PublicAPI.Projects.ProjectTaskBase.WorkflowProjectTask
comment
Type: System String
Comment
See Also