WebCenter Interaction API  
 

IPTAdminSettings.LookupAdminGadgetSettings Method (String)

Retrieve the indicated Administrative setting for the Gadget. This is a convenience wrapper for the version of LookupAdminGadgetSettings that takes in a String[] argument.

object[][] LookupAdminGadgetSettings(
   string vsaSettings
);

Parameters

vsaSettings
the name of the setting 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.

See Also

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