API Reference
Class
AdmxExplorerBundleMergeResult
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
public AdmxExplorerBundleMergeResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.