Repository.UpdateCheckinNoteFieldName Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub UpdateCheckinNoteFieldName ( _
    path As String, _
    existingFieldName As String, _
    newFieldName As String _
)
[WebMethodAttribute]
public void UpdateCheckinNoteFieldName(
    string path,
    string existingFieldName,
    string newFieldName
)
[WebMethodAttribute]
public:
void UpdateCheckinNoteFieldName(
    String^ path, 
    String^ existingFieldName, 
    String^ newFieldName
)
[<WebMethodAttribute>]
member UpdateCheckinNoteFieldName : 
        path:string * 
        existingFieldName:string * 
        newFieldName:string -> unit
public function UpdateCheckinNoteFieldName(
    path : String, 
    existingFieldName : String, 
    newFieldName : String
)

Parameters

.NET Framework Security

See Also

Reference

Repository Class

Microsoft.TeamFoundation.VersionControl.Server Namespace