Click or drag to resize
QVSSettingsScope Enumeration
The different available scopes for a QVSSettings object.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
[FlagsAttribute]
public enum QVSSettingsScope
Members
  Member nameValueDescription
None0 No scope specified.
General1 Represents general settings, such as server name and login information, and corresponds to General.
Folders2 Represents folder settings, such as root folder and mounts, and corresponds to Folders.
Documents4 Represents document settings and corresponds to Documents.
Performance8 Represents performance settings, such as CPU, memory and session configurations, and corresponds to Performance.
Logging16 Represents logging settings, such as log folder and level, and corresponds to Logging.
Security32 Represents security settings and corresponds to Security.
Cluster64 Represents cluster settings and corresponds to Cluster.
Distribution128 Represents distribution settings, such as supervision accounts, and corresponds to Distribution.
All65535 Full scope. Represents all settings.
See Also