FilePickerFileType Class

Definition

Represents the file types that are allowed to be picked by the user when using IFilePicker.

public ref class FilePickerFileType
public class FilePickerFileType
type FilePickerFileType = class
Public Class FilePickerFileType
Inheritance
FilePickerFileType

Constructors

FilePickerFileType()

Initializes a new instance of the FilePickerFileType class.

FilePickerFileType(IDictionary<DevicePlatform,IEnumerable<String>>)

Initializes a new instance of the FilePickerFileType class.

Fields

Images

Predefined FilePickerFileType object for allowing picking image files only.

Jpeg

Predefined FilePickerFileType object for allowing picking JPEG image files only.

Pdf

Predefined FilePickerFileType object for allowing picking PDF files only.

Png

Predefined FilePickerFileType object for allowing picking PNG image files only.

Videos

Predefined FilePickerFileType object for allowing picking video files only.

Properties

Value

Gets the configured allowed file types that can be picked by the user for the current platform.

Methods

GetPlatformFileType(DevicePlatform)

Gets the configured allowed file types that can be picked by the user for the current platform.

Applies to