Plumtree Portal UI  
 

IntrinsicPortletModel.IsIntrinsicPortlet Method 

Checks the markup array to see whether or not the portlet is intrinsic

public static bool IsIntrinsicPortlet(
   object[][] objArrMarkup
);

Parameters

objArrMarkup
Array retrieved from IPTGadget::GetHTMLText()

Return Value

True if the portlet is intrinsic. False otherwise.

See Also

IntrinsicPortletModel Class | com.plumtree.portaluiinfrastructure.intrinsicportlets Namespace