Aqualogic Interaction API  
 

IPTServerContext.GetServerContextSettings Method 

Retrieves the value associated with a setting for this object

int GetServerContextSettings(
   int iSetting
);

Parameters

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

Return Value

The value associated with the passed-in setting id.

See Also

IPTServerContext Interface | com.plumtree.server Namespace