TestimoX

API Reference

Class

AdmxExplorerBundleMergeResult

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Result returned after split ADMX explorer bundles are merged.

Inheritance

  • Object
  • AdmxExplorerBundleMergeResult

Usage

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

Returned or exposed by

Constructors

Properties

public String ManifestPath { get; set; } #

Path to the merged manifest.json file.

public String DestinationDirectory { get; set; } #

Destination directory containing the merged bundle.

public Int32 SourceBundleCount { get; set; } #

Number of input bundles merged.

public Int32 SourcePackageCount { get; set; } #

Number of source packages in the merged manifest.

public Int32 SourceCount { get; set; } #

Number of source payload files in the merged manifest.

public Int32 SearchEntryCount { get; set; } #

Number of search entries in the merged search index.