This documentation is archived and is not being maintained.
Workspace::PendDelete Method
Visual Studio 2013
Queues files or folders for deletion.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
PendDelete(String) | Queues files or folders for deletion from the version-control repository. |
|
PendDelete(array<String>) | Queues files or folders for deletion from the version-control repository. |
|
PendDelete(String, RecursionType) | Queues files or folders for deletion from the version-control repository. |
|
PendDelete(array<String>, RecursionType) | Queues files or folders for deletion from the version-control repository. |
|
PendDelete(array<String>, RecursionType, LockLevel) | Queues files or folders for deletion from the version-control repository. |
|
PendDelete(array<String>, RecursionType, LockLevel, Boolean) | Queues files or folders for deletion from the version-control repository. |
|
PendDelete(array<String>, RecursionType, LockLevel, Boolean, Boolean) | Queues files or folders for deletion from the version-control repository. |
|
PendDelete(array<String>, RecursionType, LockLevel, Boolean, Boolean, array<String>) | Queues files or folders for deletion from the version-control repository. |
|
PendDelete(array<String>, RecursionType, LockLevel, Boolean, Boolean, array<String>, array<String>) | Queues files or folders for deletion from the repository and deletes them in the local workspace. This method can recurse through the specified path to queue subitems in addition to the items matched by the specified path. |
Show: