This documentation is archived and is not being maintained.
VersionControlServer::GetExtendedItems Method
Visual Studio 2013
Gets an array of ExtendedItem 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 | |
|---|---|---|
|
GetExtendedItems(String, DeletedState, ItemType) | Gets an array of ExtendedItem objects in the repository that match the specified criteria. |
|
GetExtendedItems(array<ItemSpec>, DeletedState, ItemType) | Gets an array of ExtendedItem objects in the repository that match the specified criteria, for each ItemSpec. |
|
GetExtendedItems(array<ItemSpec>, DeletedState, ItemType, GetItemsOptions) | Gets an array of ExtendedItem objects in the repository that match the specified criteria, for each ItemSpec. |
|
GetExtendedItems(array<ItemSpec>, DeletedState, ItemType, GetItemsOptions, array<String>) | Gets an array of ExtendedItem objects in the repository that match the specified criteria, for each ItemSpec. |
Show: