API Reference
Class
AdmxUpdateOptions
Options that control how an update is applied to the destination.
Inheritance
- Object
- AdmxUpdateOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method AdmxUpdateService.ApplyAsync
- Method AdmxUpdateService.PreviewAsync
Constructors
public AdmxUpdateOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.