TestimoX

API Reference

Class

AdmxExplorerBundleMergeService

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers static

Combines multiple split ADMX explorer bundles into a single static bundle.

Inheritance

  • Object
  • AdmxExplorerBundleMergeService

Methods

public static AdmxExplorerBundleMergeResult Merge(AdmxExplorerBundleMergeOptions options) #
Returns: AdmxExplorerBundleMergeResult

Merges several split bundle directories or manifest paths into one split bundle.

Parameters

options ADPlayground.Gpo.GpoLocal.AdmxExplorerBundleMergeOptions requiredposition: 0
Merge options that identify input bundles and the destination directory.

Returns

Result describing the written merged bundle.

Exceptions

  • ArgumentNullException – Thrown when options is null.
  • ArgumentException – Thrown when required paths are missing.
  • FileNotFoundException – Thrown when an input manifest, search index, or source payload is missing.