API Reference
Class
AdmxProviderFileIdentity
Identity for one cached ADMX or ADML file.
Inheritance
- Object
- AdmxProviderFileIdentity
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 AdmxProviderFileIdentity() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ReleaseId { get; set; } #Release identity that contains this file.
public String ProviderName { get; set; } #Provider name from the cache catalog.
public String Version { get; set; } #Provider release version.
public String RelativePath { get; set; } #Path relative to the PolicyDefinitions root.
public String Kind { get; set; } #File kind, either ADMX or ADML.
public String Language { get; set; } #Language folder for ADML rows.
public Int64 SizeBytes { get; set; } #File size in bytes.
public Boolean IsLatestForProvider { get; set; } #True when this file belongs to the latest catalog entry for its provider.