Aqualogic Interaction API  
 

IPTPageInfo.QuerySpecificPortletContent Method 

Query for one Portlet content on the Page.

IPTMyPortalGadgetContent QuerySpecificPortletContent(
   int[] nPortletIds,
   object objAppDataStateObject,
   string strUserInterfaceID,
   int nMode
);

Parameters

nPortletIds
- Ids of the portlets whose content is wanted
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)

Return Value

IPTMyPortalGadgetContent - Content of the single Portlet returned

See Also

IPTPageInfo Interface | com.plumtree.server Namespace