This documentation is archived and is not being maintained.
VersionControlServer.QueryWorkspaces Method (String, String, String)
Visual Studio 2013
Gets an array of Workspace objects that match the specified name, owner, computer, or any combination of these criteria.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public Workspace[] QueryWorkspaces( string workspaceName, string workspaceOwner, string computer )
Parameters
- workspaceName
- Type: System.String
The name of the workspace, or null to query all workspace names.
- workspaceOwner
- Type: System.String
The user name of the owner, or null to query all users.
- computer
- Type: System.String
The name of the host computer, or null to query all computers.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.Workspace[]An array of Workspace objects that match the specified filters.
- 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: