TestimoX

API Reference

Class

AdmxProviderFileIdentity

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

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.

Constructors

public AdmxProviderFileIdentity() #

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 Name { get; set; } #

File name.

public String Kind { get; set; } #

File kind, either ADMX or ADML.

public String Language { get; set; } #

Language folder for ADML rows.

public String Sha256 { get; set; } #

SHA-256 checksum.

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.