TestimoX

API Reference

Enum

AdmxProviderSourceRedistributionStatus

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

Redistribution posture for ADMX provider source catalog entries.

Inheritance

  • Enum
  • AdmxProviderSourceRedistributionStatus

Usage

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

Values

public const AdmxProviderSourceRedistributionStatus Unknown #

Redistribution posture has not been determined.

Value: 0
public const AdmxProviderSourceRedistributionStatus PublicAllowed #

Public metadata generation and template caching are acceptable for the intended usage.

Value: 1
public const AdmxProviderSourceRedistributionStatus InternalOnly #

The source may be used from internal mirrors or local sources only.

Value: 2
public const AdmxProviderSourceRedistributionStatus NeedsReview #

The source needs licensing or terms review before public publishing.

Value: 3
public const AdmxProviderSourceRedistributionStatus Blocked #

The source must not be redistributed or publicly cached.

Value: 4