This documentation is archived and is not being maintained.
CreateWorkspaceParameters::Folders Property
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: