This documentation is archived and is not being maintained.
Workspace::PendRename Method
Visual Studio 2013
Moves or renames a file or directory.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
PendRename(String, String) | Moves or renames a file or directory. |
|
PendRename(String, String, LockLevel, Boolean, Boolean) | Moves or renames a file or directory. |
|
PendRename(String, String, LockLevel, Boolean, Boolean, Boolean) | Moves or renames a file or directory. |
|
PendRename(String, String, LockLevel, Boolean, Boolean, PendChangesOptions, array<String>) | Moves or renames a file or directory. The source may contain wildcard characters if the target is a directory. The target may never have wildcard characters. If the target is an existing directory, the source will be moved to be a child of the target. |
|
PendRename(String, String, LockLevel, Boolean, Boolean, Boolean, array<String>) | Moves or renames a file or directory. |
|
PendRename(String, String, LockLevel, Boolean, Boolean, PendChangesOptions, array<String>, array<String>) | Moves or renames a file or directory. The source may contain wildcard characters if the target is a directory. The target may never have wildcard characters. If the target is an existing directory, the source will be moved to be a child of the target. |
Show: