Class FolderPickerOpenOptions
Options class for OpenFolderPickerAsync(FolderPickerOpenOptions) method.
public class FolderPickerOpenOptions : PickerOptions
- Inheritance
-
FolderPickerOpenOptions
- Inherited Members
Constructors
FolderPickerOpenOptions()
public FolderPickerOpenOptions()
Properties
AllowMultiple
Gets or sets an option indicating whether open picker allows users to select multiple folders.
public bool AllowMultiple { get; set; }