API Reference
Class
AdmxInventory
Inventory of local ADMX/ADML files.
Inheritance
- Object
- AdmxInventory
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
- Method AdmxInventoryService.Build
- Property AdmxUpdateReview.Inventory
Accepted by parameters
- Method AdmxUpdateService.BuildPlan
Constructors
public AdmxInventory() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public AdmxSourceProduct Product { get; set; } #Logical product for the inventory (PolicyDefinitions).
public String CentralStoreRoot { get; set; } #Central Store root or local PolicyDefinitions root.
public String Language { get; set; } #Preferred language used when scanning.
public IReadOnlyList<AdmxInventoryFile> Files { get; set; } #All discovered ADMX/ADML files.
public String DetectedVersion { get; set; } #Detected revision string (best-effort; from ADMX attributes).