AppDataMode 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.
Enum for controlling whether or not to clear app data.
public enum AppDataMode
type AppDataMode =
Public Enum AppDataMode
- Inheritance
-
AppDataMode
Fields
Auto | 0 | Default behavior depending on platform. |
Clear | 1 | Always clear app data. |
DoNotClear | 2 | Never clear app data. |