Plumtree Pluggable Navigation API  
 

PlumtreeDP.DisplayHead Method 

Constructs the head for the Plumtree display page. Note that this function must be called after calling DisplayBody(), 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 HTMLHead DisplayHead(
   int nNavScheme
);

Parameters

nNavScheme
Navigation scheme ID

Return Value

HTMLHead

See Also

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