This documentation is archived and is not being maintained.
Workspace::PendRename Method (String, String)
Visual Studio 2013
Moves or renames a file or directory.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- oldPath
- Type: System::String
The current path to the item that is being moved or renamed.
- newPath
- Type: System::String
The new path to the item.
- 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: