Aqualogic Interaction API  
 

IPTServerConfigSettings.GetSettingAsObject Method 

Returns the specified global Plumtree setting as an Object. If the setting is not recognized, will throw PT_RESULTCODES.PT_E_INVALIDARG. NOTE: Generally, clients should call the "type safe" GetSetting calls (GetSettingAsInt, GetSettingAsString, GetSettingAsXPDateTime, GetSettingAsDouble.) The type safe calls assure that the caller gets the correct type of return value.

object GetSettingAsObject(
   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

The value of the setting, as Object

See Also

IPTServerConfigSettings Interface | com.plumtree.server Namespace