This documentation is archived and is not being maintained.

GetRequest Constructor (String, RecursionType, VersionSpec)

Gets the specified items at the specified version.

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

public:
GetRequest(
	String^ item, 
	RecursionType recursion, 
	VersionSpec^ version
)

Parameters

item
Type: System::String

The items to get (wildcard characters are allowed).

recursion
Type: Microsoft.TeamFoundation.VersionControl.Client::RecursionType

The recursion level.

version
Type: Microsoft.TeamFoundation.VersionControl.Client::VersionSpec

The item version to get.

Show: