Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |