Makes a suggested name string unique within a collection
by appending a suffix. Truncates the suggested name if it is too long
for a name string, and normalizes the name.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Parameters
- suggestedName
- Type: System String
The suggested name.
- takenNames
- Type: System.Collections.Generic IEnumerable String
The set of names.
Return Value
Type: StringA unique name string.
Version Information
See Also