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

public void AddComment(
	ProjectTaskBase task,
	string comment
)

Parameters

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