Ant Organisation Ltd documentation

EditContentTaskType.GetEditDefinition Method 

Gets content definition which is edited by this content type, also returns the instance which is to be edited and the name of the action to display in the task list

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

Parameters

user
Logged on user
name
Name of this operation
instance
Instance that is to be edited

Return Value

Implements

WorkflowTaskType.GetEditDefinition

See Also

EditContentTaskType Class | Ant.Workflow.Tasks Namespace