Plumtree Pluggable Navigation API  
 

NavigationModel.GetSubsectionTitle Method 

Get the name of the subsection title; basically, actions for mypage and communities only.

public virtual string GetSubsectionTitle(
   NavCategoryType linkType,
   bool bAction
);

Parameters

linkType
bAction

Return Value

String category name for link title

Implements

IPluggableNavModelRO.GetSubsectionTitle

See Also

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