FolderPickerOpenOptions Class
Definition
Options class for Avalonia.Platform.Storage.IStorageProvider.OpenFolderPickerAsync(Avalonia.Platform.Storage.FolderPickerOpenOptions) method.
public class FolderPickerOpenOptions
Constructors
| Name | Description |
|---|---|
| FolderPickerOpenOptions | No summary available. |
FolderPickerOpenOptions Constructor
public FolderPickerOpenOptions()
Properties
| Name | Description |
|---|---|
| AllowMultiple | Gets or sets an option indicating whether open picker allows users to select multiple folders. |
| SuggestedFileName | Gets or sets the file name that the file picker suggests to the user. Inherited from PickerOptions. |
| SuggestedStartLocation | Gets or sets the initial location where the file open picker looks for files to present to the user. Can be obtained from previously picked folder or using Avalonia.Platform.Storage.IStorageProvider.TryGetFolderFromPathAsync(Uri) or Avalonia.Platform.Storage.IStorageProvider.TryGetWellKnownFolderAsync(Avalonia.Platform.Storage.WellKnownFolder). Inherited from PickerOptions. |
| Title | Gets or sets the text that appears in the title bar of a picker. Inherited from PickerOptions. |
AllowMultiple Property
Gets or sets an option indicating whether open picker allows users to select multiple folders.
public bool AllowMultiple { get; set; }