VersionControlServer.CreateWorkspace Method
Include Protected Members
Include Inherited Members
Creates a new Workspace.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateWorkspace(String) | Creates a new Workspace. | |
CreateWorkspace(CreateWorkspaceParameters) | Creates a new Workspace. | |
CreateWorkspace(String, String) | Creates a new Workspace. | |
CreateWorkspace(String, String, String) | Creates a new Workspace. | |
CreateWorkspace(String, String, String, array<WorkingFolder[]) | Creates a new Workspace. | |
CreateWorkspace(String, String, String, array<WorkingFolder[], String) | Creates a new Workspace. | |
CreateWorkspace(String, String, String, array<WorkingFolder[], String, Boolean) | Creates a new Workspace. | |
CreateWorkspace(String, String, String, array<WorkingFolder[], String, WorkspacePermissionProfile, Boolean) | Creates a new Workspace. |
Top