Name |
public enum NameConflictResolution
Member name | Value | Description |
---|---|---|
Merge | 1 | Elements with the same name are considered the same and are merged if possible. |
Rename | 2 | Elements with the same name are considered different and the later occurrence is renamed. |