API Reference
Class
AdmxProviderReleaseIdentity
Identity for one cached provider release.
Inheritance
- Object
- AdmxProviderReleaseIdentity
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 AdmxProviderReleaseIdentity() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ReleaseId { get; set; } #Stable release identity used inside the generated index.
public String ProviderName { get; set; } #Provider name from the cache catalog.
public String ProductName { get; set; } #Product name from the release manifest.
public String Vendor { get; set; } #Optional vendor name.
public String Version { get; set; } #Provider release version.
public String ReleaseDateUtc { get; set; } #Release date from the provider manifest, when available.
public String CachedAtUtc { get; set; } #UTC timestamp when this release was cached.
public String SourceUrl { get; set; } #Provider source page or API URL.
public String ReleaseRoot { get; set; } #Release-specific cache folder.
public String PolicyDefinitionsRoot { get; set; } #Normalized PolicyDefinitions folder for this release.
public Boolean IsLatestForProvider { get; set; } #True when this release is the latest catalog entry for its provider.