TestimoX

API Reference

Class

AdmxUpdateOptions

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Options that control how an update is applied to the destination.

Inheritance

  • Object
  • AdmxUpdateOptions

Constructors

public AdmxUpdateOptions() #

Properties

public Boolean Overwrite { get; set; } #

Overwrite existing files in the destination.

public Boolean CreateBackup { get; set; } #

Create .bak copies when overwriting.

public String DestinationRoot { get; set; } #

Central Store or PolicyDefinitions destination root.

public String Language { get; set; } #

Language to use for ADML copy when not copying all languages.

public Boolean CopyAllLanguages { get; set; } #

When true, copy all ADML languages found in the archive (infer language from folder).

public String[] Languages { get; set; } #

Optional whitelist of language folders (e.g., en-US, de-DE) to copy for ADML files.