WebCenter Interaction API  
 

IPTMyPortal.LookupCommunityGadgetSettings Method (Int32, String)

Look up a community-gadget setting (preference) for the combination of the community that the current page is part of and the gadget id that is passed in. Throws an exception if the current page is a my page.

object[][] LookupCommunityGadgetSettings(
   int nGadgetID,
   string strSetting
);

Parameters

nGadgetID
- gadget id of the gadget whose setting is desired
strSetting
- name of the setting name that is desired

Return Value

Object[][] - array of name and corresponding value Object[0][0] = setting name Object[1][0] = setting value

See Also

IPTMyPortal Interface | com.plumtree.server Namespace | IPTMyPortal.LookupCommunityGadgetSettings Overload List