Aqualogic Interaction API  
 

IPTPageInfo.QueryPortletContent Method 

Query for the all of the Portlet content on the Page.

IPTMyPortalGadgetContent QueryPortletContent(
   object objAppDataStateObject,
   string strUserInterfaceID,
   int nMode,
   bool bReturnAllPortlets
);

Parameters

objAppDataStateObject
- Application data state object for this Page (and Page Container, if relevant)
strUserInterfaceID
- User interface id that needs to be supported ("" for all Portlets, "http://www.plumtree.com/uis/section508" for 508 compliant Portlets, etc.)
nMode
- Portlet mode (see PT_GADGET_MODES)
bReturnAllPortlets
- Boolean to return all Portlets regardless of interface

Return Value

IPTMyPortalGadgetContent - Content of the all the Portlets returned

See Also

IPTPageInfo Interface | com.plumtree.server Namespace