GetOptions Enumeration
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
声明
<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. |