Plumtree Portal UI  
 

INavTypes.GetNavAreaView Method 

Primary method to implement for pluggable navigation support. Return stringname of the view class by page area used in pluggable navigation. Viewnames returned will be registered as IView types associated with the main display class' MVC hierarchy and used to render the page via pluggable navigation. Area examples include left and right of page body, and above and below the banner. IView classes return HTML used to display the page.

string GetNavAreaView(
   NavAreaEnum area
);

Return Value

String

See Also

INavTypes Interface | com.plumtree.portaluiinfrastructure.navtype Namespace | NavAreaEnum | NavAreaHelper