This documentation is archived and is not being maintained.
IBuildServer::DeleteBuilds Method (array<IBuildDetail>)
Visual Studio 2013
Deletes builds from the server. All parts of the build are deleted.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- builds
- Type: array<Microsoft.TeamFoundation.Build.Client::IBuildDetail>
The builds to be deleted.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client::IBuildDeletionResult>The build deletion result.
- 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: