This documentation is archived and is not being maintained.

ItemIdentifier Constructor (String, VersionSpec, Int32)

Creates an item identifier with the item and specified version

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

public:
ItemIdentifier(
	String^ item, 
	VersionSpec^ version, 
	int deletionId
)

Parameters

item
Type: System::String

Server or local item

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

VersionSpec used for the identifier.

deletionId
Type: System::Int32

DeletionId of the identifier - to be deprecated in a future release

Show: