GetOptions Enumeration
Defined constants that define how get operations should behave.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration GetOptions
'Usage
Dim instance As GetOptions
[FlagsAttribute]
public enum GetOptions
[FlagsAttribute]
public enum class GetOptions
public enum GetOptions
Members
Member name | Description | |
---|---|---|
None | No options specified. | |
Overwrite | Overwrite writable files that are in the way of versioned items. | |
GetAll | Get all files, not just those that are out of date. | |
Preview | Execute get without modifying the disk. |