Aqualogic Interaction API  
 

IPTSessionInfo.QueryHeaderAndFooter Method 

Queries for the header and footer for the current user.

IPTMyPortalGadgetContent QueryHeaderAndFooter(
   object AppDataStateObject,
   string strUserInterfaceID,
   int iMode,
   bool bReturnAllGadgets
);

Parameters

AppDataStateObject
- The AppData passed in by the UI.
strUserInterfaceID
- The User Interface identifier, can pass null for default user interface.
iMode
- The mode, from the PT_GADGET_MODES enumeration.
bReturnAllGadgets
- True to return all gadgets, false to return only header and footer.

Return Value

IPTMyPortalGadgetContent describing the portlets on the user's MyPage.

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace