Aqualogic Interaction API  
 

IPTMyPortal.QueryGadgetContent Method 

Query for the all of the gadget content on the page that this IPTMyPortal represents.

IPTMyPortalGadgetContent QueryGadgetContent(
   object objAppDataStateObject,
   string strUserInterfaceID,
   int nMode,
   bool bReturnAllGadgets
);

Parameters

objAppDataStateObject
- Application data state object for this page (and community, if relevant)
strUserInterfaceID
- User interface id that needs to be supported ("" for all gadgets, "http://www.plumtree.com/uis/section508" for 508 compliant gadgets, etc.)
nMode
- gadget mode (see PT_GADGET_MODES)
bReturnAllGadgets
- boolean to return all gadgets regardless of interface

Return Value

IPTMyPortalGadgetContent - content of the all the gadgets returned

See Also

IPTMyPortal Interface | com.plumtree.server Namespace