Represents a strategy for resolving name conflicts when
saving to the library.
Namespace: Spotfire.Dxp.Data.InformationModelAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
ThrowException | 0 | Resolve by throwing exception. | |
CreateUniqueName | 1 | Resolve by renaming the new item to a unique name. | |
Ignore | 2 | Resolve by not saving the new item. | |
Replace | 3 | Resolve by replacing the old item with the new. |
Version Information
See Also