TestimoX

API Reference

Enum

ScopeDiscoveryFallback

Namespace ADPlayground.Helpers.AdScopeDiscoveryService
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Fallback behavior when explicit forest/domain scope is not supplied.

Inheritance

  • Enum
  • ScopeDiscoveryFallback

Values

public const ScopeDiscoveryFallback None #

No fallback is applied.

Value: 0
public const ScopeDiscoveryFallback CurrentDomain #

Use the current domain when available.

Value: 1
public const ScopeDiscoveryFallback CurrentForest #

Use the current forest root domain when available.

Value: 2