This documentation is archived and is not being maintained.
VersionControlServer::RenameCheckinNoteFieldName Method
Visual Studio 2013
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)
public: void RenameCheckinNoteFieldName( String^ path, String^ oldName, String^ newName )
Parameters
- path
- Type: System::String
The path to a team project folder.
- oldName
- Type: System::String
Old check-in note field name.
- newName
- Type: System::String
New check-in note field name.
- 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.
Show: