LibraryManagerConflictResolution Enumeration

Spotfire 14.3 API Reference
When copying or moving library items to a new folder how should any conflict be resolved.

Namespace:  Spotfire.Dxp.Framework.Library
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public enum ConflictResolution
Members

  Member nameValueDescription
KeepOld0Resolve by keeping the old and not overwriting.
KeepNew1Resolve by overwriting the old item with the new item.
KeepBoth2Resolve by keeping both items. The new item will have (2) added to the end of the title.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference