PublicAPI.Portal.TaskBase.Task.AddComment ELMA API Documentation
Add a comment to the task
 
 
Syntax

public void AddComment(
	Task task,
	string comment
)

Parameters

task
Type: Task
Task. Object. Access path: PublicAPI.Portal.TaskBase.Task
comment
Type: System String
Comment
See Also