Skip to main content

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

NameTypeDescription
titlestringDialog title (uses application name if omitted)
filterstringFilter for selecting the save destination (all files will be targeted if omitted)
initialPathstringInitial value of file name to be saved (if omitted, there is no initial value)

Return value

  • string