VersionControlServer.RenameCheckinNoteFieldName Method

Rename all instances of the specified CheckinNote 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 _
)
public void RenameCheckinNoteFieldName(
    string path,
    string oldName,
    string newName
)
public:
void RenameCheckinNoteFieldName(
    String^ path, 
    String^ oldName, 
    String^ newName
)
member RenameCheckinNoteFieldName : 
        path:string * 
        oldName:string * 
        newName:string -> unit
public function RenameCheckinNoteFieldName(
    path : String, 
    oldName : String, 
    newName : String
)

Parameters

.NET Framework Security

See Also

Reference

VersionControlServer Class

Microsoft.TeamFoundation.VersionControl.Client Namespace