TestimoX

API Reference

Enum

AdmxExplorerBundleMode

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

Payload shaping modes for split ADMX explorer bundles.

Inheritance

  • Enum
  • AdmxExplorerBundleMode

Usage

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

Accepted by parameters

Values

public const AdmxExplorerBundleMode Full #

Retain full source payload detail, including per-file embedded policies and policy search text.

Value: 0
public const AdmxExplorerBundleMode Website #

Optimize source payloads for static websites by trimming duplicated file policy lists and offloading search text to the top-level index.

Value: 1