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

public void AddComment(
	CreateProjectTask task,
	string comment
)

Parameters

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