WebCenter Interaction API  
 

IPTGadgetInfo.LookupAdminGadgetSettings Method (String)

Look up an admin-gadget setting (preference) for the combination of the community that the current page is part of and the gadget represented.

object[][] LookupAdminGadgetSettings(
   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.LookupAdminGadgetSettings Overload List