IFilePicker Interface

Definition

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

public interface class IFilePicker
public interface IFilePicker
type IFilePicker = interface
Public Interface IFilePicker

Remarks

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

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