Ant Organisation Ltd documentation

GetActionFromHierarchy.GetContentDefinitionFromHierarchyItem Method 

Gets the content definition used for editing the information associated with the action

public static ContentDefinition GetContentDefinitionFromHierarchyItem(
   AuthenticatedUser user,
   HierarchyItem item,
   XmlDocument actionXml,
   IDictionary context,
   bool validate
);

Parameters

user
Logged user
item
Item which represents the action
actionXml
XML which is used to configure the action
context
Context in which to map the XML to the action
validate
Specifies whether to validate the action, and throw an exception is the validation fails

Return Value

ContentDefinition used to edit the action

See Also

GetActionFromHierarchy Class | Ant.Workflow Namespace