This documentation is archived and is not being maintained.

WorkingFolder Constructor (String, String, WorkingFolderType, RecursionType)

Creates a working folder object.

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

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

Parameters

serverItem
Type: System::String

The server item that is being mapped.

localItem
Type: System::String

The local item that is mapped from the server item. May be null if the server item is cloaked.

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

Type of mapping to create.

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

The folder depth that mapping affects.

Show: