PublicAPI.Docflow.Objects.Tasks.DocumentApprovementTask.AddComment ELMA API Documentation
Add a comment to the task
 
 
Syntax

public void AddComment(
	DocumentApprovementTask task,
	string comment
)

Parameters

task
Type: DocumentApprovementTask
Task. Object. Access path: PublicAPI.Docflow.Objects.Tasks.DocumentApprovementTask
comment
Type: System String
Comment
See Also