Plumtree Pluggable Navigation API  
 

NavigationModel.GetIntrinsicPortletContentWithErrorHandling Method 

Gets the content for an intrinsic portlet, or generates properly beautified error results Used only for headers and footers, and *only* used in NavigationModel and MyPortalModel - not for standard usage, although it will work well enough for those cases.

public virtual HTMLElement GetIntrinsicPortletContentWithErrorHandling(
   int nPortletIndex,
   int nPortletID,
   object[][] objArrMarkup,
   IPTGadget ptGadget,
   IPTState objAppdataState,
   string gadgetName
);

Parameters

nPortletIndex
nPortletID
objArrMarkup
ptGadget
objAppdataState
gadgetName

Return Value

HTMLElement to be displayed

See Also

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