Plumtree Pluggable Navigation API  
 

PlumtreeDP.GetTitleForBanner Method 

This string will be added as the title in a banner that has a title. For example, if this is a my page, return "My Pages" here. If you think you don't need a title, then you need to seriously rethink why you are inheriting from PlumtreeDP. Because the WHOLE POINT of PlumtreeDP is that it has a banner.

public abstract string GetTitleForBanner();

Return Value

Header

See Also

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