Click or drag to resize

SystemSettingServices.GetSystemSetting 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.251.0.0 (8.251.0.0)
Syntax
public Object GetSystemSetting(
	Guid sessionId,
	SystemSettings setting
)

Parameters

sessionId
Type: System.Guid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
setting
Type: FactoryLogix.xTend.DataObjects.SystemSettings
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