WebCenter Interaction API  
 

IPTGadgetInfo.LookupCommunityGadgetSettings Method (String)

Look up a community-gadget setting (preference) 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 strSetting
);

Parameters

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

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