WebCenter Interaction API  
 

IPTAdminSettings.LookupAdminGadgetSettings Method (String[])

Retrieve the indicated Administrative setting for the Gadget.

object[][] LookupAdminGadgetSettings(
   string[] vsaSettings
);

Parameters

vsaSettings
an array of strings containing the names of the settings to be retrieved, or null to retrieve all settings

Return Value

a 2D array with 2 columns. The first column contains the name of the setting retrieved, and the second column contains the value of the setting, or null if the setting isn't found. The return value will include 1 row for each item in the vsaSettings argument.

See Also

IPTAdminSettings Interface | com.plumtree.server Namespace | IPTAdminSettings.LookupAdminGadgetSettings Overload List