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

public void AddComment(
	Milestone task,
	string comment
)

Parameters

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