FileIOHelper.SelectFileToSave(String, IDictionary<String, IList<String>>) Method
In This Article
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 |
---|---|
file |
String |
file |
IDictionary<String, IList<String>> |
#Returns
Type |
---|
Task<Windows. |
See Also