DeletedState Enumeration
Describes the deleted state of an item.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Enumeration DeletedState
public enum DeletedState
public enum class DeletedState
type DeletedState
public enum DeletedState
Members
Member name | Description | |
---|---|---|
Any | Item is either deleted or not deleted. | |
Deleted | Item is deleted. | |
NonDeleted | Item is not deleted. |