Aqualogic Interaction API  
 

IPTServerConfigSettings.GetSettingAsString Method 

Returns the specified global Plumtree setting as a String. If the setting is not recognized, will throw PT_RESULTCODES.PT_E_INVALIDARG. If the setting is recognized, but is not a string, will return a string representation of the setting.

string GetSettingAsString(
   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 an int

See Also

IPTServerConfigSettings Interface | com.plumtree.server Namespace