VersionControlServer.RenameCheckinNoteFieldName Method

Renames all instances of the specified check-in note field to the new specified name for the given team project folder.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub RenameCheckinNoteFieldName ( _
    path As String, _
    oldName As String, _
    newName As String _
)
'Usage
Dim instance As VersionControlServer 
Dim path As String 
Dim oldName As String 
Dim newName As String

instance.RenameCheckinNoteFieldName(path, _
    oldName, newName)
public void RenameCheckinNoteFieldName(
    string path,
    string oldName,
    string newName
)
public:
void RenameCheckinNoteFieldName(
    String^ path, 
    String^ oldName, 
    String^ newName
)
public function RenameCheckinNoteFieldName(
    path : String, 
    oldName : String, 
    newName : String
)

Parameters

.NET Framework Security

See Also

Reference

VersionControlServer Class

VersionControlServer Members

Microsoft.TeamFoundation.VersionControl.Client Namespace