Plumtree Pluggable Navigation API  
 

PlumtreeDP.DisplayBody Method 

Constructs the body for the Plumtree display page. Note that this function must be called prior to calling DisplayHead(), because of the special case of intrinsic portlets on the MyPortalDP. Intrinsic portlets view registration, which occurs in PageDisplay(), must occur prior to Javascript generation, which occurs during DisplayJavaScriptFromChild().

protected virtual HTMLBody DisplayBody(
   int nNavScheme
);

Parameters

nNavScheme
Navigation scheme ID

Return Value

HTMLBody

See Also

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