ItemType Enumeration
Used to request items.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Enumeration ItemType
'Usage
Dim instance As ItemType
public enum ItemType
public enum class ItemType
public enum ItemType
Members
Member name | Description | |
---|---|---|
Any | The requested file can be either a file or a folder. | |
Folder | The requested item if a folder. | |
File | The requested item if a file. |