TestimoX

API Reference

Class

AdmxProviderCacheOptions

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Options for building or refreshing a local ADMX provider cache.

Inheritance

  • Object
  • AdmxProviderCacheOptions

Usage

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

Accepted by parameters

Constructors

public AdmxProviderCacheOptions() #

Properties

public String CacheRoot { get; set; } #

Root folder for provider cache data. Defaults to ProgramData\ADPlayground\AdmxProviderCache.

public String WorkingDirectory { get; set; } #

Temporary working directory for downloads and extraction.

public String Language { get; set; } #

Language to normalize ADML files into when copying a single language.

public Boolean CopyAllLanguages { get; set; } #

When true, copy every discovered ADML language folder into the cache.

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

Optional whitelist of ADML language folders to keep.