Workspace.GetExtendedItems Method
Include Protected Members
Include Inherited Members
Gets an array of extended items in the version-control repository that match the criteria.
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(array<ItemSpec[], DeletedState, ItemType) | Gets an array of extended items in the version-control repository that match the criteria that are specified in each ItemSpec. | |
GetExtendedItems(array<ItemSpec[], DeletedState, ItemType, GetItemsOptions) | Gets an array of extended items in the version-control repository that match the specified criteria, for each ItemSpec. | |
GetExtendedItems(array<ItemSpec[], DeletedState, ItemType, GetItemsOptions, array<String[]) | For each input ItemSpec, retrieves a list of extended items in the repository that match the specified criteria. If the 'path' argument is a file, returns a set of items that contain just that file. If the 'path' is a folder, returns a set of items that contain all items in that folder. If the 'path' contains a wildcard character, returns a set of items in the specified folder that match the wildcard. |
Top