Plumtree Pluggable Navigation API  
 

NavigationModel.GetCategoryLinks Method 

Get the links lists by category, with or without actions. If getActions is true, returns *only actions*, else returns *only the list*. Note that subportal access is also tested, so if community access is disabled on the subportal the links list will be null.

public virtual ICPListEntryIterator GetCategoryLinks(
   NavCategoryType linkType,
   bool getActions
);

Parameters

linkType
Type of links, use constants defined in NavCategoryType
getActions
Returns actions, if any, associated with this link type

Return Value

ICPListEntryIterator

Implements

IPluggableNavModelRO.GetCategoryLinks

See Also

NavigationModel Class | com.plumtree.portalpages.common.uiparts Namespace