WebCenter Interaction API  
 

IPTGadgetInfo.LookupCommunityGadgetSettings Method (String[])

Look up community-gadget settings (preferences) for the combination of the community that the current page is part of and the gadget represented. Throws an exception if the current page is a my page.

object[][] LookupCommunityGadgetSettings(
   string[] arrSettings
);

Parameters

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

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