Skip to main content

FileIOHelper.SelectFileToSave(String, IDictionary<String, IList<String>>) Method

Namespace: DevExpress.UI.Xaml.Controls.Internal.Pdf

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public static Task<StorageFile> SelectFileToSave(
    string fileName,
    IDictionary<string, IList<string>> fileTypeChoices
)

Parameters

Name Type
fileName String
fileTypeChoices IDictionary<String, IList<String>>

Returns

Type
Task<Windows.Storage.StorageFile>
See Also