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
- projectUri
Type: System.String
.NET Framework Security
- 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.