This documentation is archived and is not being maintained.

UpdateWorkspaceParameters::Folders Property

If set, the working folders (mappings) of the workspace will be replaced with these working folders.

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

public:
property array<WorkingFolder^>^ Folders {
	array<WorkingFolder^>^ get ();
	void set (array<WorkingFolder^>^ value);
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder>
The working folders of the workspace.

Show: