WebCenter Interaction API  
 

IPTMyPortal.LookupCommunityGadgetSettings Method (Int32, String[])

Look up community-gadget settings (preferences) 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[] arrSettings
);

Parameters

nGadgetID
- gadget id of the gadget whose settings are desired
arrSettings
- array of setting names that are desired

Return Value

Object[][] - array of names and corresponding values Object[name(0) or value{1)][index]

See Also

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