Class FilePickerOpenOptions
Options class for OpenFilePickerAsync(FilePickerOpenOptions) method.
public class FilePickerOpenOptions : PickerOptions
- Inheritance
-
FilePickerOpenOptions
- Inherited Members
Constructors
FilePickerOpenOptions()
public FilePickerOpenOptions()
Properties
AllowMultiple
Gets or sets an option indicating whether open picker allows users to select multiple files.
public bool AllowMultiple { get; set; }
Property Value
FileTypeFilter
Gets or sets the collection of file types that the file open picker displays.
public IReadOnlyList<FilePickerFileType>? FileTypeFilter { get; set; }