Aqualogic Interaction API  
 

IPTServerContext.SetServerContextSettings Method 

Associates a value with the passed-in setting id.

void SetServerContextSettings(
   int iSetting,
   int iValue
);

Parameters

iSetting
- The setting id of the setting to set. Valid values are from the PT_SERVERCONTEXT_SETTINGS enumeration: PT_SERVERCONTEXT_SETTINGS.PT_SERVERCONTEXT_AUTOUNIQUENAMING PT_SERVERCONTEXT_SETTINGS.PT_SERVERCONTEXT_DIRTYACL
iValue
The value to associated with the passed-in setting id.

See Also

IPTServerContext Interface | com.plumtree.server Namespace