Click or drag to resize

SystemSettingServices Class

Provides services that allow xTend API clients to obtain and modify FactoryLogix global system settings.
Inheritance Hierarchy
SystemObject
  xTendServicesBase
    FactoryLogix.xTend.ConfigurationSystemSettingServices

Namespace:  FactoryLogix.xTend.Configuration
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class SystemSettingServices : xTendServicesBase

The SystemSettingServices type exposes the following members.

Constructors
  NameDescription
Public methodSystemSettingServices
Initializes a new instance of the SystemSettingServices class
Top
Methods
  NameDescription
Public methodGetPersonalSetting
Returns the personalized value of a system setting for a particular user account.
Public methodGetSystemSetting
Returns the current value of the specified system setting.
Public methodSetPersonalSetting
Modifies the value of the specified personalized system setting.
Public methodSetSystemSetting
Modifies the value of the specified system setting.
Top
See Also