VersionControlServer.GetItems Method
Include Protected Members
Include Inherited Members
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.
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. |
Top