TestimoX

API Reference

Enum

ForestDiscoveryFallback

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

Fallback behavior used by forest discovery when explicit scope is missing.

Inheritance

  • Enum
  • ForestDiscoveryFallback

Values

public const ForestDiscoveryFallback None #

No fallback is applied.

Value: 0
public const ForestDiscoveryFallback CurrentDomain #

Current domain fallback is selected by the caller.

Value: 1
public const ForestDiscoveryFallback CurrentForest #

Current forest fallback is selected by the caller.

Value: 2