Click or drag to resize

SystemSettingServicesGetSystemSetting Method

Returns the current 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 Object GetSystemSetting(
	Guid sessionId,
	SystemSettings setting
)

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.

Return Value

Type: Object
The system setting value, the type of which will vary based upon the specific setting that was requested (bool, int, string, etc.).
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ArgumentExceptionOccurs if any of the parameters are invalid.
See Also