This documentation is archived and is not being maintained.
VersionControlServer::CreateWorkspace Method (String)
Visual Studio 2013
Creates a new Workspace.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- name
- Type: System::String
The name of the Workspace to create. Must be unique for this owner.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client::WorkspaceThe newly created Workspace object.
- 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: