WebCenter Interaction API  
 

IPTServerConfigSettings.GetSettings Method (Int32)

This function is deprecated. Callers should call GetSettings (int[] iaSettingIDs) instead.

object[][] GetSettings(
   int iSettingID
);

Parameters

iSettingID
is the ID of the setting to return. See {@link com.plumtree.server.PT_SERVER_CONFIG_SETTINGNAME PT_SERVER_CONFIG_SETTINGNAME} for allowed values.

Return Value

A 2D Object Array containing 2 columns and one row for each successfully retrieved setting value. The 0th column contains the setting ID for the row (which will correspond to one of the values in {@link com.plumtree.server.PT_SERVER_CONFIG_SETTINGNAME PT_SERVER_CONFIG_SETTINGNAME}, and the 1st column contains the value for that setting.

See Also

IPTServerConfigSettings Interface | com.plumtree.server Namespace | IPTServerConfigSettings.GetSettings Overload List