20 references to FilePickerFileType
Microsoft.Maui.Essentials (20)
FilePicker\FilePicker.netstandard.watchos.tvos.cs (5)
15
static
FilePickerFileType
PlatformImageFileType()
18
static
FilePickerFileType
PlatformPngFileType()
21
static
FilePickerFileType
PlatformJpegFileType()
24
static
FilePickerFileType
PlatformVideoFileType()
27
static
FilePickerFileType
PlatformPdfFileType()
FilePicker\FilePicker.shared.cs (15)
110
/// Predefined <see cref="
FilePickerFileType
"/> object for allowing picking image files only.
112
public static readonly
FilePickerFileType
Images = PlatformImageFileType();
115
/// Predefined <see cref="
FilePickerFileType
"/> object for allowing picking PNG image files only.
117
public static readonly
FilePickerFileType
Png = PlatformPngFileType();
120
/// Predefined <see cref="
FilePickerFileType
"/> object for allowing picking JPEG image files only.
122
public static readonly
FilePickerFileType
Jpeg = PlatformJpegFileType();
125
/// Predefined <see cref="
FilePickerFileType
"/> object for allowing picking video files only.
127
public static readonly
FilePickerFileType
Videos = PlatformVideoFileType();
130
/// Predefined <see cref="
FilePickerFileType
"/> object for allowing picking PDF files only.
132
public static readonly
FilePickerFileType
Pdf = PlatformPdfFileType();
137
/// Initializes a new instance of the <see cref="
FilePickerFileType
"/> class.
143
/// Initializes a new instance of the <see cref="
FilePickerFileType
"/> class.
193
FileTypes =
FilePickerFileType
.Images
208
/// When the <see cref="
FilePickerFileType
.Value"/> array is <see langword="null"/> or empty,
217
public
FilePickerFileType
? FileTypes { get; set; }