View full article

CALConfigurationScope Enum

Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll

Represents the various CAL types and can be used when retrieving the CAL configuration.

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

Syntax

[Flags]
public enum CALConfigurationScope

Fields

Name Description
All

All.

DocumentCALs

Document CALs.

NamedCALs

Named CALs.

None

None.

SessionCALs

Session CALs.

UsageCALs

Usage CALs.S

Extension Methods

ApiFilter.FilterFor<CALConfigurationScope>(Nullable<ApiVersion>)