Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the data that should be deleted when you delete a build.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration DeleteOptions
[FlagsAttribute]
public enum DeleteOptions
[FlagsAttribute]
public enum class DeleteOptions
[<FlagsAttribute>]
type DeleteOptions
public enum DeleteOptions
Members
Member name | Description | |
---|---|---|
All | All data should be deleted. | |
Details | The build should be deleted. | |
DropLocation | The drop location should be deleted. | |
Label | The version control label should be deleted. | |
None | No data should be deleted. This value should not be used. | |
Symbols | Published symbols should be deleted. | |
TestResults | The test results should be deleted. |