GetOptions Enumeration

Keep this in sync with Microsoft.TeamFoundation.VersionControl.Client.GetOptions Ideally we would move it into RepositoryConstants, but cannot because of backward compatibility

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.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
GetAll Get all files, not just those that are out of date.
None No options specified.
Overwrite Overwrite writable files that are in the way of versioned items.
Preview Execute get without modifying the disk.
Remap Remap existing items on disk to the server items where the content and disk location are not changing.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Server Namespace