This documentation is archived and is not being maintained.
VersionControlServer.GetItems Method (ItemSpec[], VersionSpec, DeletedState, ItemType, GetItemsOptions)
Visual Studio 2013
Gets an array of Item objects in the repository that match the specified path and version.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public ItemSet[] GetItems(
ItemSpec[] itemSpecs,
VersionSpec version,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options
)
Parameters
- itemSpecs
- Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
The item specifier for the item(s), may be server or local.
- version
- Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The version of the item(s).
- deletedState
- Type: Microsoft.TeamFoundation.VersionControl.Client.DeletedState
A flag describing whether to return deleted items and/or non-deleted items.
- itemType
- Type: Microsoft.TeamFoundation.VersionControl.Client.ItemType
A flag describing whether to return files and/or folders.
- options
- Type: Microsoft.TeamFoundation.VersionControl.Client.GetItemsOptions
Additional behavior flags (see GetItemsOptions).
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSet[]An array of items matching the path.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: