Ant Organisation Ltd documentation

WorkflowTemplateHierarchyType.GetCustomActionOfType Method 

Returns the content definition to create a new item of the type required based on this item, null if this item does not specify a type

public CustomAction GetCustomActionOfType(
   AuthenticatedUser user,
   HierarchyItem item,
   string requiredType
);

Parameters

user
Logged on user
item
Item which defines a type
requiredType
Name of the type required

Return Value

Definition of content to create

Implements

HierarchyItemType.GetCustomActionOfType

See Also

WorkflowTemplateHierarchyType Class | Ant.Workflow.Hierarchy Namespace