TestimoX

API Reference

Class

LgpoTextImportPlan

Namespace ADPlayground.Gpo.GpoLocal.LgpoTextImportService
Assembly ADPlayground
Modifiers sealed

Import plan consisting of multiple per‑target write operations and accumulated warnings from parsing/validation.

Inheritance

  • Object
  • LgpoTextImportPlan

Constructors

Properties

public IReadOnlyList<LgpoTextWriteOperation> Operations { get; set; } #

Planned write operations.

public IReadOnlyList<String> Warnings { get; set; } #

Non‑fatal warnings encountered during parsing/validation.

public Int32 TotalEntries { get; set; } #

Total number of LGPO text entries across all targets.

public Boolean MergedExisting { get; set; } #

True when existing registry.pol files were merged rather than replaced.