FilePicker Class

Definition

Lets the user pick a file from the device's storage.

public ref class FilePicker abstract sealed
public static class FilePicker
type FilePicker = class
Public Class FilePicker
Inheritance
FilePicker

Remarks

To enable iCloud capabilities in the file picker on iOS, you'll need to add the iCloud Documents in your Entitlements.plist.

Properties

Default

Provides the default implementation for static usage of this API.

Methods

PickAsync(PickOptions)

Opens the default file picker to allow the user to pick a single file.

PickMultipleAsync(PickOptions)

Opens the default file picker to allow the user to pick one or more files.

Applies to