Plumtree Pluggable Navigation API  
 

IPluggableNavModelRO.GetCategoryLinks Method 

Get the links lists by category, with or without actions

ICPListEntryIterator GetCategoryLinks(
   NavCategoryType linkType,
   bool getActions
);

Parameters

linkType
NavCategoryType
getActions
True to include actions

Return Value

ICPListEntryIterator with the links of the requested NavCategoryType

See Also

IPluggableNavModelRO Interface | com.plumtree.portalpages.common.plugnav Namespace | NavCategoryType