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.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientEnumAttribute(ClientVisibility.Internal)> _
<FlagsAttribute> _
Public Enumeration DeleteOptions2010
[ClientEnumAttribute(ClientVisibility.Internal)]
[FlagsAttribute]
public enum DeleteOptions2010
[ClientEnumAttribute(ClientVisibility::Internal)]
[FlagsAttribute]
public enum class DeleteOptions2010
[<ClientEnumAttribute(ClientVisibility.Internal)>]
[<FlagsAttribute>]
type DeleteOptions2010
public enum DeleteOptions2010
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. | 
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace