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

public void AddComment(
	ProjectComplexTask task,
	string comment
)

Parameters

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