VersionControlServer.GetWorkspace Method
Include Protected Members
Include Inherited Members
Gets a Workspace in this repository.
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 | |
---|---|---|
GetWorkspace(String) | Gets the Workspace that is mapped to the specified local path. | |
GetWorkspace(WorkspaceInfo) | Gets the Workspace associated with the specified WorkspaceInfo object. | |
GetWorkspace(String, String) | Gets the Workspace associated with the specified name and owner. |
Top