DeleteOptions2010 Enumeration

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
<FlagsAttribute> _
<ClientEnumAttribute(ClientVisibility.Internal)> _
Public Enumeration DeleteOptions2010
[FlagsAttribute]
[ClientEnumAttribute(ClientVisibility.Internal)]
public enum DeleteOptions2010
[FlagsAttribute]
[ClientEnumAttribute(ClientVisibility::Internal)]
public enum class DeleteOptions2010
[<FlagsAttribute>]
[<ClientEnumAttribute(ClientVisibility.Internal)>]
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