Ant Organisation Ltd documentation

EditContentTaskType.Save Method 

Saves the content.

public void Save(
   AuthenticatedUser user,
   AntConnection connection,
   AntTransaction transaction,
   XmlDocument instance,
   ActivityInstance activityInstance,
   bool complete
);

Parameters

user
Logged on user
connection
Connection to the workflow database
transaction
Transaction on connection
instance
Instance which represents the case
activityInstance
Activity instance which requested this edit
complete
If completed the content is submitted, otherwise the content is stored in a

Implements

WorkflowTaskType.Save

See Also

EditContentTaskType Class | Ant.Workflow.Tasks Namespace