Class CatalogMergeResult
- Namespace
- MoonBark.GridPlacement.Core.Catalog
- Assembly
- MoonBark.GridPlacement.Core.dll
Result of a catalog merge operation.
public class CatalogMergeResult
- Inheritance
-
CatalogMergeResult
- Inherited Members
Properties
AddedCount
Number of placeables added.
public int AddedCount { get; set; }
Property Value
Conflicts
IDs of conflicting placeables.
public List<string> Conflicts { get; set; }
Property Value
SkippedCount
Number of placeables skipped due to conflicts.
public int SkippedCount { get; set; }
Property Value
Success
Whether the merge was successful.
public bool Success { get; }
Property Value
UpdatedCount
Number of placeables updated (overwritten or merged).
public int UpdatedCount { get; set; }