Skip to main content

FolderPickerOpenOptions Class

Definition

Assembly:Avalonia.Base
Package:Avalonia
public class FolderPickerOpenOptions

Inheritance: object -> PickerOptions -> FolderPickerOpenOptions

Constructors

NameDescription
FolderPickerOpenOptionsNo summary available.

FolderPickerOpenOptions Constructor

public FolderPickerOpenOptions()

Properties

NameDescription
AllowMultipleGets or sets an option indicating whether open picker allows users to select multiple folders.
SuggestedFileNameGets or sets the file name that the file picker suggests to the user. Inherited from PickerOptions.
SuggestedStartLocationGets 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.
TitleGets 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; }