Plumtree Pluggable Navigation API  
 

PlumtreeDP.DisplayLayout Method (Int32, Boolean)

This helper method displays a particular layout from a web service.

protected virtual HTMLElement DisplayLayout(
   int _nWebServiceID,
   bool _bMainPage
);

Parameters

_nWebServiceID
The webservice to display.
_bMainPage
whether or not to process the head element for a main page. This should only be true for one layout per page.

Return Value

the HTML output of displaying the layout.

See Also

PlumtreeDP Class | com.plumtree.portalpages.common.uiparts Namespace | PlumtreeDP.DisplayLayout Overload List