TestimoX

API Reference

Class

AdmxExplorerBundleMergeOptions

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Options for merging split ADMX explorer bundles.

Inheritance

  • Object
  • AdmxExplorerBundleMergeOptions

Usage

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

Accepted by parameters

Constructors

public AdmxExplorerBundleMergeOptions() #

Properties

public String DestinationDirectory { get; set; } #

Destination directory for the merged bundle.

public IReadOnlyList<String> SourceBundles { get; set; } #

Input bundle directories or manifest paths.

public Boolean Indented { get; set; } #

When true, writes indented JSON; otherwise compact JSON is written.