Ant Organisation Ltd documentation

WorkflowTask.GetEditDefinition Method 

Gets the content definition used to edit content (if this is possible), also returns the name of the action, and the instance to edit

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

Parameters

user
Logged on user
name
Name of the action
instance
Content instance to edit

Return Value

See Also

WorkflowTask Class | Ant.Workflow.Tasks Namespace