API Reference
AdmxProviderCatalogEntry
Catalog entry describing one cached ADMX provider release.
Inheritance
- Object
- AdmxProviderCatalogEntry
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
Accepted by parameters
Constructors
public AdmxProviderCatalogEntry() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String ProviderName { get; set; } #Provider name used for the cache entry.
public String ProductName { get; set; } #Product name from the release manifest.
public String Vendor { get; set; } #Optional vendor name.
public String Version { get; set; } #Release version cached.
public String PreviousVersion { get; set; } #Previous cataloged version for the provider, when known.
public Boolean VersionChanged { get; set; } #True when this refresh changed the known provider version.
public String ReleaseDateUtc { get; set; } #Release date from the provider manifest, when available.
public String CachedAtUtc { get; set; } #UTC timestamp when this cache entry was refreshed.
public String SourceUrl { get; set; } #Provider source page or API URL.
public String CacheRoot { get; set; } #Cache root folder.
public String ReleaseRoot { get; set; } #Release-specific cache folder.
public String PolicyDefinitionsRoot { get; set; } #Normalized PolicyDefinitions folder for this release.
public String ManifestPath { get; set; } #Cached local-source release manifest path.
public String UpstreamManifestPath { get; set; } #Original upstream release manifest path.
public Int32 DownloadCount { get; set; } #Number of downloaded assets.
public Int32 CopiedAdmxCount { get; set; } #Number of copied ADMX files.
public Int32 CopiedAdmlCount { get; set; } #Number of copied ADML files.
public Int32 XmlErrorCount { get; set; } #Number of ADMX/ADML XML parsing errors.
public Int32 MissingAdmlCount { get; set; } #Number of missing ADML language resources.
public Int32 DuplicatePolicyNameCount { get; set; } #Number of duplicate policy-name groups.
public Int32 DuplicateRegistryLocationCount { get; set; } #Number of duplicate registry-location groups.
public IReadOnlyList<String> Warnings { get; set; } #Non-fatal warnings produced while refreshing the cache.