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