This documentation is archived and is not being maintained.

QueryHistoryParameters Constructor (ItemSpec)

Creates a new QueryHistoryParameters object.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
QueryHistoryParameters(
	ItemSpec^ itemSpec
)

Parameters

itemSpec
Type: Microsoft.TeamFoundation.VersionControl.Client::ItemSpec

An ItemSpec describing the item whose history is to be retrieved, its deletion id, and the recursion type at which the query should be performed.

Show: