API Reference
Class
LgpoTextImportPlan
Import plan consisting of multiple per‑target write operations and accumulated warnings from parsing/validation.
Inheritance
- Object
- LgpoTextImportPlan
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public LgpoTextImportPlan() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.