Workspace.PendDelete Method
Include Protected Members
Include Inherited Members
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.
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. |
Top