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