TestimoX

API Reference

Enum

AdmxProviderSourceStrategy

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

Supported resolution strategies for data-driven ADMX provider sources.

Inheritance

  • Enum
  • AdmxProviderSourceStrategy

Usage

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

Values

public const AdmxProviderSourceStrategy BuiltInProvider #

Use an existing built-in provider resolver.

Value: 0
public const AdmxProviderSourceStrategy DirectDownload #

Download a known package URL directly.

Value: 1
public const AdmxProviderSourceStrategy LocalSource #

Harvest ADMX/ADML files from local directories.

Value: 2
public const AdmxProviderSourceStrategy ReleaseManifest #

Load an existing ADMX release manifest JSON file.

Value: 3
public const AdmxProviderSourceStrategy Manual #

Track a source that requires manual or future resolver work.

Value: 4