TestimoX

API Reference

Enum

Prefetch

Namespace ADPlayground.Inventories
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Flags that control which inventory sections to prefetch.

Inheritance

  • Enum
  • Prefetch

Usage

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

Values

public const Prefetch None #

No prefetch.

Value: 0
public const Prefetch GpoPolicies #

Prefetch effective GPO registry policy.

Value: 1
public const Prefetch GpoAcls #

Prefetch GPO ACL exposure snapshot.

Value: 2
public const Prefetch DnsDelegations #

Prefetch DNS delegations.

Value: 4
public const Prefetch DnsZones #

Prefetch DNS zone permissions.

Value: 16
public const Prefetch DnsZoneOverview #

Prefetch DNS zone overview metadata.

Value: 32