Ant Organisation Ltd documentation

GetActionFromHierarchy.GetActionFromHierarchyItem Method (AuthenticatedUser, HierarchyItem, XmlDocument, IDictionary, Boolean)

Gets the action associated with the hierarchy item

public static Action GetActionFromHierarchyItem(
   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

Action represented by the hierarchy item

See Also

GetActionFromHierarchy Class | Ant.Workflow Namespace | GetActionFromHierarchy.GetActionFromHierarchyItem Overload List