Aqualogic Interaction API  
 

IPTServerContext.GetSettings Method 

Retrieves the value associated with a setting for this object.

int GetSettings(
   int iSetting
);

Parameters

iSetting
- The id of the setting to retrieve. Valid values are from the PT_SERVERCONTEXT_SETTINGS enumeration.

Return Value

The value associated with the passed-in setting id.

See Also

IPTServerContext Interface | com.plumtree.server Namespace