Skip to content

DiGi.Analytical.Enums

github-actions[bot] edited this page Jul 15, 2026 · 2 revisions

DiGi.Analytical.Enums Namespace

Enums

Exposure Enum

Specifies the classification of exposure, such as whether it is internal or external.

public enum Exposure

Fields

Undefined 0

The exposure is undefined.

External 1

Represents external exposure.

Internal 2

Represents an internal exposure.

Clone this wiki locally