Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Options for the Get operation.
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
[FlagsAttribute]
public enum GetOptions
[FlagsAttribute]
public enum class GetOptions
[<FlagsAttribute>]
type GetOptions
public enum GetOptions
Members
Member name | Description | |
---|---|---|
None | No options were specified. | |
Overwrite | Overwrite existing writable files if they conflict with the downloaded files. | |
GetAll | Gets all files. | |
Preview | Executes a get without modifying the disk. | |
Remap | Remaps existing items on the disk to the server items where the content and disk location are not changing. |