TestimoX

API Reference

Class

AdmxPlannedFileAction

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

A single planned file action within a preview.

Inheritance

  • Object
  • AdmxPlannedFileAction

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public AdmxPlannedFileAction() #

Properties

public String Source { get; set; } #

Source file path (extracted file).

public String Destination { get; set; } #

Destination file path in the Central Store.

public String Action { get; set; } #

Action type: Add, Overwrite, Skip, or Review.

public String Reason { get; set; } #

Reason for action (e.g., not present, content differs, identical).

public String SourceSha256 { get; set; } #

SHA-256 checksum of the source file, when available.

public String DestinationSha256 { get; set; } #

SHA-256 checksum of the destination file, when it exists.

public AdmxCentralStoreFileVersionStatus VersionStatus { get; set; } #

Provider cache version evidence for the destination file.