This documentation is archived and is not being maintained.
VersionControlServer::GetItems Method
Visual Studio 2013
Gets an array of Item objects in the repository.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetItems(String) | Gets an array of Item objects from repository that match the specified path. |
|
GetItems(array<Int32>, Int32) | Gets an array of Item objects from repository, based on itemIds and changesetNumber. |
|
GetItems(String, RecursionType) | Gets an array of Item objects from repository that match the specified path. |
|
GetItems(array<Int32>, Int32, GetItemsOptions) | Gets an array of Item objects from repository, based on itemIds and changesetNumber. |
|
GetItems(array<Int32>, Int32, Boolean) | Gets an array of Item objects from repository, based on itemIds and changesetNumber. |
|
GetItems(String, VersionSpec, RecursionType) | Gets an array of Item objects from repository that match the specified path. |
|
GetItems(array<ItemSpec>, VersionSpec, DeletedState, ItemType) | Gets an array of Item objects in the repository that match the specified path and version. |
|
GetItems(String, VersionSpec, RecursionType, DeletedState, ItemType) | Gets an array of Item objects from repository that match the specified path. |
|
GetItems(ItemSpec, VersionSpec, DeletedState, ItemType, GetItemsOptions) | Gets an array of Item objects in the repository that match the specified path and version. |
|
GetItems(ItemSpec, VersionSpec, DeletedState, ItemType, Boolean) | Gets an array of Item objects in the repository that match the specified path and version. |
|
GetItems(array<ItemSpec>, VersionSpec, DeletedState, ItemType, GetItemsOptions) | Gets an array of Item objects in the repository that match the specified path and version. |
|
GetItems(array<ItemSpec>, VersionSpec, DeletedState, ItemType, Boolean) | Gets an array of Item objects in the repository that match the specified path and version. |
|
GetItems(String, VersionSpec, RecursionType, DeletedState, ItemType, Boolean) | Gets an array of Item objects from repository that match the specified path. |
|
GetItems(array<ItemSpec>, VersionSpec, DeletedState, ItemType, GetItemsOptions, array<String>, array<String>) |
Show: