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

public void AddComment(
	ApprovalTaskPerformance task,
	string comment
)

Parameters

task
Type: ApprovalTaskPerformance
Task. Object. Access path: PublicAPI.KPI.Objects.Performance.ApprovalTaskPerformance
comment
Type: System String
Comment
See Also