API Reference
Class
AdmxRelease
Metadata for a downloadable ADMX/ADML release composed of one or more assets.
Inheritance
- Object
- AdmxRelease
Constructors
public AdmxRelease() #Inherited Methods
Properties
public AdmxSourceProduct Product { get; set; } #Product information.
public String Version { get; set; } #Optional version string for the release.
public String ReleaseDateUtc { get; set; } #Optional release date (UTC) as ISO string.
public String SourceUrl { get; set; } #Source page for reference/audit.
public IReadOnlyList<AdmxAsset> Assets { get; set; } #Downloadable assets for this release.
public IReadOnlyList<String> LocalSourceDirectories { get; set; } #Optional local source directories that already contain ADMX/ADML files (e.g., products that install policy templates with the app). When present, the update plan will include CopyFromDirectory actions to harvest files without downloads.