Click or drag to resize
CALConfigurationScope Enumeration
Represents the various CAL types and can be used when retrieving the CAL configuration.

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

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
[FlagsAttribute]
public enum CALConfigurationScope
Members
  Member nameValueDescription
None0 None.
DocumentCALs1 Document CALs.
NamedCALs2 Named CALs.
SessionCALs4 Session CALs.
UsageCALs8 Usage CALs.S
All65535 All.
See Also