GetItemsOptions Enumeration

Options for the GetItems and GetItem calls.

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 GetItemsOptions
[FlagsAttribute]
public enum GetItemsOptions
[FlagsAttribute]
public enum class GetItemsOptions
[<FlagsAttribute>]
type GetItemsOptions
public enum GetItemsOptions

Members

Member name Description
None Default behavior. Sorting is performed and no download information is generated.
Download If set, causes download information to be generated. Set this only if you plan to download the contents of the file after you call GetItems().
Unsorted Speeds GetItems() by not sorting the result items.
IncludeBranchInfo Includes information about whether an item is a branch object in the system.
IncludeSourceRenames Include items that are the source of a rename.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace