PickOptions 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.
File picking options.
public class PickOptions
- Inheritance
-
System.ObjectPickOptions
Remarks
This file picking options object can be passed to a call to PickAsync().
Constructors
PickOptions() |
Creates a default PickOptions object. |
Properties
Default |
Default file picking options |
FileTypes |
List of file types that file file picker should return. |
Images |
Predefined PickOptions object for picking image files only. |
PickerTitle |
Title for the file picker. |