API Reference
Class
AdmxCatalog
Catalog of ADMX/ADML files discovered in one or more directories with summary details.
Inheritance
- Object
- AdmxCatalog
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 AdmxCatalogService.Build
- Method AdmxCatalogService.BuildAuto
Constructors
public AdmxCatalog() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String[] Directories { get; set; } #Directories scanned.
public String PrimaryLanguage { get; set; } #Primary language used for display values (e.g., en-US).
public DateTime GeneratedUtc { get; set; } #Timestamp when the catalog was generated (UTC).
public IReadOnlyList<AdmxCatalogFile> Files { get; set; } #Per-file details.