API Reference
Class
AdmxCentralStoreInventory
Central Store file inventory summary.
Inheritance
- Object
- AdmxCentralStoreInventory
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 AdmxCentralStoreInventory() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<AdmxCentralStoreFile> Files { get; set; } #All ADMX/ADML files discovered in Central Store.
public Int32 AdmxCount { get; set; } #Number of ADMX files.
public Int32 AdmlCount { get; set; } #Number of ADML files.
public Int64 SizeBytes { get; set; } #Total inventory size in bytes.
public IReadOnlyList<String> Languages { get; set; } #Languages discovered from ADML folders.