ICommonUI.ShowSaveFileDialog method
Namespace: NextDesign.Desktop
Description
Shows the save file dialog and gets the path of the file selected in the dialog.
Returns null if the dialog was canceled.
argument
Name | Type | Description |
---|---|---|
title | string | Dialog title (uses application name if omitted) |
filter | string | Filter for selecting the save destination (all files will be targeted if omitted) |
initialPath | string | Initial value of file name to be saved (if omitted, there is no initial value) |
Return value
- string