WebCenter Interaction API  
 

IPTMyPortal.LookupGadgetSettings Method (Int32, Object)

Look up a list of user-gadget settings (preferences) for the combination of a particular gadget and the current user.

object[][] LookupGadgetSettings(
   int nGadgetID,
   object 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] This function is being considered for removal.

See Also

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