Share via


FileProviderLocation Enum

Definition

Location to save temporary files to for sharing.

public enum FileProviderLocation
Inheritance
System.Enum
FileProviderLocation

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.

Applies to