API Reference
Class
LgpoTextImportPlan
Import plan consisting of multiple per‑target write operations and accumulated warnings from parsing/validation.
Inheritance
- Object
- LgpoTextImportPlan
Constructors
public LgpoTextImportPlan() #Inherited Methods
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.