PublicAPI.KPI.Objects.KpiTask.AddComment ELMA API Documentation
Add a comment to the task
 
 
Syntax

public void AddComment(
	KpiTask task,
	CommentActionModel model
)

Parameters

task
Type: KpiTask
Task. Object. Access path: PublicAPI.KPI.Objects.KpiTask
model
Type: CommentActionModel
Model for the action with comments and attachments
See Also