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
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

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace