1 implementation of PickMultipleAsync
Microsoft.Maui.Essentials (1)
FilePicker\FilePicker.shared.cs (1)
100
public Task<IEnumerable<FileResult>>
PickMultipleAsync
(PickOptions? options = null) =>
2 references to PickMultipleAsync
Microsoft.Maui.Essentials (2)
FilePicker\FilePicker.shared.cs (2)
40
/// occurred during file picking. When calling <see cref="
PickMultipleAsync
(PickOptions?)"/> again while showing a file
81
Default.
PickMultipleAsync
(options);