Plumtree Pluggable Navigation API  
 

NavigationAccessibleBelowBodyView.AddCategoryActionsToCell Method 

Adds the actions for a category to the cell passed in.

protected virtual int AddCategoryActionsToCell(
   HTMLTableCell cell,
   NavCategoryType navCategoryType
);

Parameters

cell
Cell that the actions will be added to.
navCategoryType
Category type of the actions to be added.

Return Value

number of Category Actions added

See Also

NavigationAccessibleBelowBodyView Class | com.plumtree.portalnavigation.views Namespace