VersionControlServer.GetExtendedItems Method

Include Protected Members
Include Inherited Members

Gets a list of extended items in the database that matches the specified 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

Public method

GetExtendedItems(array<ItemSpec[], DeletedState, ItemType)

An ExtendedItem object, unlike an item object, cannot refer to an old version of a file or project, instead, it contains detailed information about the current state of an item, both on the server that is running Team Foundation Server and in the current user's workspace. This function gets ExtendedItem objects for the specified files or folders. Branch information is not included with the getd information; you can use an overload version of this method that will allow you to request branch information.

Public method

GetExtendedItems(String, DeletedState, ItemType)

An ExtendedItem object, unlike an Item object, cannot refer to an old version of a file or project, instead, it contains detailed information about the current state of an item, both on the server that is running Team Foundation Server and in the current user's workspace. This function gets ExtendedItem objects for the specified files or folders. The function is not recursive, so if a folder is passed, it gets information on that folder only. Branch information is not included with the getd information; you can use an overload version of this method that will allow you to request branch information.

Top

See Also

Reference

VersionControlServer Class

VersionControlServer Members

Microsoft.TeamFoundation.VersionControl.Client Namespace