Rename all instances of the specified checkin note field to the new specified name for the given team project folder.
Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub UpdateCheckinNoteFieldName ( _
    requestContext As TeamFoundationRequestContext, _
    path As String, _
    existingFieldName As String, _
    newFieldName As String _
)
public void UpdateCheckinNoteFieldName(
    TeamFoundationRequestContext requestContext,
    string path,
    string existingFieldName,
    string newFieldName
)
public:
void UpdateCheckinNoteFieldName(
    TeamFoundationRequestContext^ requestContext, 
    String^ path, 
    String^ existingFieldName, 
    String^ newFieldName
)
member UpdateCheckinNoteFieldName : 
        requestContext:TeamFoundationRequestContext * 
        path:string * 
        existingFieldName:string * 
        newFieldName:string -> unit
public function UpdateCheckinNoteFieldName(
    requestContext : TeamFoundationRequestContext, 
    path : String, 
    existingFieldName : String, 
    newFieldName : String
)
Parameters
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- The request context. 
- path 
 Type: System.String- The path of a team project folder. 
- existingFieldName 
 Type: System.String- Old checkin note field name. 
- newFieldName 
 Type: System.String- New checkin note field name. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.