Skip to main content

SuggestedStartLocation 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)

public IStorageFolder? SuggestedStartLocation { get; set; }

Property Value

IStorageFolder

See Also

Reference

PickerOptions Class
Avalonia.Platform.Storage Namespace