Table of Contents

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

int

Conflicts

IDs of conflicting placeables.

public List<string> Conflicts { get; set; }

Property Value

List<string>

SkippedCount

Number of placeables skipped due to conflicts.

public int SkippedCount { get; set; }

Property Value

int

Success

Whether the merge was successful.

public bool Success { get; }

Property Value

bool

UpdatedCount

Number of placeables updated (overwritten or merged).

public int UpdatedCount { get; set; }

Property Value

int