FileProviderLocation 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.
Location to save temporary files to for sharing.
public enum FileProviderLocation
- Inheritance
-
System.EnumFileProviderLocation
Fields
Name | Value | Description |
---|---|---|
PreferExternal | 0 | Prefer external and fall back to internal if unavailable. |
Internal | 1 | Internal cache only, |
External | 2 | External storage or cache only. |