VersionControlServer.DeleteShelveset Method (String, String)

Removes a Shelveset from the server.

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

Syntax

'Declaration
Public Sub DeleteShelveset ( _
    shelvesetName As String, _
    shelvesetOwner As String _
)
public void DeleteShelveset(
    string shelvesetName,
    string shelvesetOwner
)
public:
void DeleteShelveset(
    String^ shelvesetName, 
    String^ shelvesetOwner
)
member DeleteShelveset : 
        shelvesetName:string * 
        shelvesetOwner:string -> unit
public function DeleteShelveset(
    shelvesetName : String, 
    shelvesetOwner : String
)

Parameters

.NET Framework Security

See Also

Reference

VersionControlServer Class

DeleteShelveset Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace