This documentation is archived and is not being maintained.
VersionControlServer.DeleteWorkspace Method
Visual Studio 2013
Deletes the Shelveset that has the specified name and owner.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Function DeleteWorkspace ( _ workspaceName As String, _ workspaceOwner As String _ ) As Boolean
Parameters
- workspaceName
- Type: System.String
The name of the Shelveset to delete.
- workspaceOwner
- Type: System.String
The owner of the Shelveset to delete.
- 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: