PickerOptionsSuggestedStartLocation Property

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 TryGetFolderFromPathAsync(Uri) or TryGetWellKnownFolderAsync(WellKnownFolder).

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IStorageFolder? SuggestedStartLocation { get; set; }

Property Value

IStorageFolder

See Also