IFilePicker Interface
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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.