Ant Organisation Ltd documentation

WorkflowTaskType.GetEditDefinition Method 

Gets the content definition to edit, if null then no editing is performed. Returns the name of the action to display to the user, and the instance to edit

ContentDefinition GetEditDefinition(
   AuthenticatedUser user,
   out string name,
   out XmlDocument instance
);

Parameters

user
Logged on user
name
Name of the action to display
instance
Instance to edit

Return Value

Definition which defines how to edit

See Also

WorkflowTaskType Interface | Ant.Workflow.Tasks Namespace