WebCenter Interaction API  
 

IPTServerConfigSettings.SetSetting Method (Int32, XPDateTime)

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,
   XPDateTime dtValue
);

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.
dtValue
is the value which the setting should have.

See Also

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