This documentation is archived and is not being maintained.

Mapping Constructor (String, WorkingFolderType, RecursionType)

Initializes a new Mapping instance.

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

public:
Mapping(
	String^ serverItem, 
	WorkingFolderType type, 
	RecursionType depth
)

Parameters

serverItem
Type: System::String

The server item to map.

type
Type: Microsoft.TeamFoundation.VersionControl.Client::WorkingFolderType

The type of the working folder.

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

The depth of the recursion.

Show: