FilePicker Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |