Skip to main content

SaveFilePickerWithResultAsync Method

Opens save file picker dialog and returns additional information about the result.

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)

Task<SaveFilePickerResult> SaveFilePickerWithResultAsync(
FilePickerSaveOptions options
)
View Source

Parameters

  FilePickerSaveOptions
 

Return Value

Task(SaveFilePickerResult)
SaveFilePickerResult with saved file and additional dialog information such as selected file type.

See Also

Reference

IStorageProvider Interface
Avalonia.Platform.Storage Namespace