PublicAPI.Docflow.Objects.BPMN.RegistrationDocumentTask.AddComment ELMA API Documentation
Add a comment to the task
 
 
Syntax

public void AddComment(
	RegistrationDocumentTask task,
	string comment
)

Parameters

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