This documentation is archived and is not being maintained.

CreateWorkspaceParameters Constructor

Create a new CreateWorkspaceParameters instance to supply data to VersionControlServer.CreateWorkspace.

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

public:
CreateWorkspaceParameters(
	String^ workspaceName
)

Parameters

workspaceName
Type: System::String

The name of the workspace to be created.

Show: