This documentation is archived and is not being maintained.

CreateWorkspaceParameters::Folders Property

The initial working folders (mappings) for the workspace to be created.

The default value for this parameter is an empty array.

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 initial working folders (mappings) for the workspace to be created.

Show: