TeamFoundationVersionControlService.UpdateCheckinNoteFieldName Method
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.TeamFoundationRequestContextThe request context.
path
Type: System.StringThe path of a team project folder.
existingFieldName
Type: System.StringOld checkin note field name.
newFieldName
Type: System.StringNew 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.