TagsColumn RenameTagValue Method TIBCO Spotfire 6.0 API Reference
Renames a tag value in the list of TagValues. The old tag value has to be part of the TagValues list and may not be the empty string. The new tag values must not be part of the TagValues list and may not be the empty string. The new tag value cannot be longer than 150 characters.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void RenameTagValue(
	string oldValue,
	string newValue
)

Parameters

oldValue
Type: System String
The old tag value.
newValue
Type: System String
The new tag value.
Exceptions

ExceptionCondition
System InvalidOperationExceptionThrown if the column is not a tags column anymore.
See Also