Click or drag to resize

SystemSettingServicesSetSystemSetting Method

Modifies the value of the specified system setting.

Namespace:  FactoryLogix.xTend.Configuration
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void SetSystemSetting(
	Guid sessionId,
	SystemSettings setting,
	Object newValue
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
setting
Type: FactoryLogix.xTend.DataObjectsSystemSettings
An enumerated value specifying the system setting value being requested.
newValue
Type: SystemObject
The new value for the specified system setting.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
InvalidDataTypeExceptionThrown if the newValue parameter is not the correct data type.
ArgumentExceptionOccurs if any of the parameters are invalid.
NotAuthorizedExceptionThrown when not authorized to perform the function.
See Also