This documentation is archived and is not being maintained.

WorkingFolder Constructor (String, String)

Initializes a new working folder object that represents a mapping of serverItem to localItem.

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

public:
WorkingFolder(
	String^ serverItem, 
	String^ localItem
)

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.

Show: