This documentation is archived and is not being maintained.

GetRequest Constructor (ItemSpec, Int32)

Gets the specified items or the entire workspace at the specified changeset.

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

public:
GetRequest(
	ItemSpec^ itemSpec, 
	int changeset
)

Parameters

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

The items to get. Specify null to get the full workspace.

changeset
Type: System::Int32

The changeset from which to get the specified items or workspace.

Show: