WebCenter Interaction API  
 

IPTServerConfigSettings.SetSetting Method (Int32, Double)

Sets the specified global Plumtree setting. Note that setting changes generally do not take effect until the Plumtree process is restarted.

void SetSetting(
   int iSettingID,
   double doubleValue
);

Parameters

iSettingID
is the ID of the setting to set. See {@link com.plumtree.server.PT_SERVER_CONFIG_SETTINGNAME PT_SERVER_CONFIG_SETTINGNAME} for allowed values.
doubleValue
is the value which the setting should have.

See Also

IPTServerConfigSettings Interface | com.plumtree.server Namespace | IPTServerConfigSettings.SetSetting Overload List