TestimoX

API Reference

Class

AdmxCentralStoreFile

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Single Central Store ADMX/ADML file inventory row.

Inheritance

  • Object
  • AdmxCentralStoreFile

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

Properties

public String Path { get; set; } #

Full path to the file.

public String RelativePath { get; set; } #

Path relative to the Central Store 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 Int64 SizeBytes { get; set; } #

File size in bytes.

public Nullable<DateTime> LastWriteTimeUtc { get; set; } #

Last write timestamp in UTC.

public String Sha256 { get; set; } #

SHA-256 checksum when requested.