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

public void AddComment(
	TaskBase task,
	string comment
)

Parameters

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