Ant Organisation Ltd documentation

HierarchyItemType.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

CustomAction GetCustomActionOfType(
   AuthenticatedUser user,
   HierarchyItem item,
   string typeRequired
);

Parameters

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

Return Value

Definition of content to create

See Also

HierarchyItemType Interface | Ant.Hierarchy Namespace