DeleteOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public enum DeleteOptions
type DeleteOptions =
Public Enum DeleteOptions
- Inheritance
-
DeleteOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No data should be deleted. This value should not be used. |
DropLocation | 1 | The drop location should be deleted. |
TestResults | 2 | The test results should be deleted. |
Label | 4 | The version control label should be deleted. |
Details | 8 | The build should be deleted. |
Symbols | 16 | Published symbols should be deleted. |
All | 31 | All data should be deleted. |