Plumtree Pluggable Navigation API  
 

NavigationModel.GetCategoryTitle Method 

Get the name of the category link type. Example: "Administrator" for admin. Top level only.

public virtual string GetCategoryTitle(
   NavCategoryType linkType
);

Parameters

linkType

Return Value

String category name for link title

Implements

IPluggableNavModelRO.GetCategoryTitle

See Also

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