Aqualogic Interaction API  
 

IPTServerContext.SetSettings Method 

Associates a value with the passed-in setting id.

void SetSettings(
   int iSetting,
   int iValue
);

Parameters

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

See Also

IPTServerContext Interface | com.plumtree.server Namespace