API Reference
Class
AdmxExplorerBundleMergeService
Combines multiple split ADMX explorer bundles into a single static bundle.
Inheritance
- Object
- AdmxExplorerBundleMergeService
Methods
public static AdmxExplorerBundleMergeResult Merge(AdmxExplorerBundleMergeOptions options) #Returns:
AdmxExplorerBundleMergeResultMerges several split bundle directories or manifest paths into one split bundle.
Parameters
- options ADPlayground.Gpo.GpoLocal.AdmxExplorerBundleMergeOptions
- 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.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object