DropsController.DeleteDrop Method
Deletes the build drop
Namespace: Microsoft.TeamFoundation.Build.Server.RestControllers
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<HttpDeleteAttribute> _
Public Sub DeleteDrop ( _
buildId As Integer _
)
[HttpDeleteAttribute]
public void DeleteDrop(
int buildId
)
[HttpDeleteAttribute]
public:
void DeleteDrop(
int buildId
)
[<HttpDeleteAttribute>]
member DeleteDrop :
buildId:int -> unit
public function DeleteDrop(
buildId : int
)
Parameters
- buildId
Type: System.Int32
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.RestControllers Namespace