ChoiceList.Rename Method
Renames a vocabulary item with the new name.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub Rename ( _
oldTerm As String, _
newTerm As String _
)
'Usage
Dim instance As ChoiceList
Dim oldTerm As String
Dim newTerm As String
instance.Rename(oldTerm, newTerm)
public void Rename(
string oldTerm,
string newTerm
)
Parameters
- oldTerm
Type: System.String
The vocabulary item to rename.
- newTerm
Type: System.String
The new name for the vocabulary item.