This documentation is archived and is not being maintained.

Workspace::PendDelete Method

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
Public method PendDelete(String) Queues files or folders for deletion from the version-control repository.
Public method PendDelete(array<String>) Queues files or folders for deletion from the version-control repository.
Public method PendDelete(String, RecursionType) Queues files or folders for deletion from the version-control repository.
Public method PendDelete(array<String>, RecursionType) Queues files or folders for deletion from the version-control repository.
Public method PendDelete(array<String>, RecursionType, LockLevel) Queues files or folders for deletion from the version-control repository.
Public method PendDelete(array<String>, RecursionType, LockLevel, Boolean) Queues files or folders for deletion from the version-control repository.
Public method PendDelete(array<String>, RecursionType, LockLevel, Boolean, Boolean) Queues files or folders for deletion from the version-control repository.
Public method PendDelete(array<String>, RecursionType, LockLevel, Boolean, Boolean, array<String>) Queues files or folders for deletion from the version-control repository.
Public method 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
Show: