TestimoX

API Reference

Enum

AdmxProviderSourceReconStatus

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Acquisition readiness state for ADMX provider source catalog entries.

Inheritance

  • Enum
  • AdmxProviderSourceReconStatus

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const AdmxProviderSourceReconStatus Unknown #

No acquisition reconnaissance status has been assigned yet.

Value: 0
public const AdmxProviderSourceReconStatus Ready #

The source has a repeatable executable acquisition route.

Value: 1
public const AdmxProviderSourceReconStatus NeedsSourceResearch #

The source is known, but the official acquisition route still needs research.

Value: 2
public const AdmxProviderSourceReconStatus NeedsResolver #

An official source is known, but a repeatable downloader or extractor still needs implementation.

Value: 3
public const AdmxProviderSourceReconStatus NeedsLicenseReview #

The source needs redistribution or licensing review before public publishing.

Value: 4
public const AdmxProviderSourceReconStatus ManualOnly #

The source is expected to stay manual or internal-only.

Value: 5
public const AdmxProviderSourceReconStatus Blocked #

The source is intentionally blocked from acquisition or publishing.

Value: 6