Aqualogic Interaction API  
 

IPTServerConfigSettings.SetSetting Method

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

Overload List

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

void SetSetting(int,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,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,int);

Sets the specified global Plumtree setting. Note that setting changes generally do not take effect until the Plumtree process is restarted. NOTE: Generally, clients should call the "type safe" SetSetting calls (which take in int, String, XPDateTime, or double variables.) The type safe calls assure that the Server properly interprets the type of the argument. This function does NOT support any datatypes that are not supported by a typesafe call. If the caller passes in a value that is not of type Integer, String, XPDateTime, or Double, and exception is thrown.

void SetSetting(int,object);

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

void SetSetting(int,string);

See Also

IPTServerConfigSettings Interface | com.plumtree.server Namespace