Aqualogic Interaction API  
 

IPTSession.GetSettingsAsInt Method 

Retrieve session-wide settings.

int GetSettingsAsInt(
   int iSetting
);

Parameters

iSetting
- The ID of the setting to retrieve. Valid values are below from the PT_SESSION_SETTINGS enumeration: PT_SESSION_SETTINGS.PT_SESSION_CHARSET PT_SESSION_SETTINGS.PT_SESSION_NUMERICAUTH (set to 0 or 1 depending on whether numeric authentication is allowed or not) PT_SESSION_SETTINGS.PT_SESSION_AUTOASSIGNNUMERICAUTH (set to 0 or 1 depending on whether creating a new user will automatically generate a numeric username)

Return Value

The value associated with the passed-in setting id.

See Also

IPTSession Interface | com.plumtree.server Namespace