TagsColumnRenameTagValue Method TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public void RenameTagValue(
	string oldValue,
	string newValue
)

Parameters

oldValue
Type: SystemString
The old tag value.
newValue
Type: SystemString
The new tag value.
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the column is not a tags column anymore.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference