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
path
Type: System.StringThe path to a team project folder.
oldName
Type: System.StringOld check-in note field name.
newName
Type: System.StringNew check-in 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.