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

public void AddComment(
	ProjectTask task,
	string comment
)

Parameters

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