Classification.DeleteProject Method

Deletes project. The project is moved to a tombstone and the all the nodes under this project get permanently deleted.

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub DeleteProject ( _
    projectUri As String _
)
[WebMethodAttribute]
public void DeleteProject(
    string projectUri
)
[WebMethodAttribute]
public:
void DeleteProject(
    String^ projectUri
)
[<WebMethodAttribute>]
member DeleteProject : 
        projectUri:string -> unit
public function DeleteProject(
    projectUri : String
)

Parameters

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace