Skip to main content

ICommonUI.ShowSelectFolderDialog method

Namespace: NextDesign.Desktop

Description

Shows an open folder dialog and gets the path of the folder selected in the dialog.
Returns null if the dialog was canceled.

argument

NameTypeDescription
titlestringDialog title (uses application name if omitted)
initialPathstringInitially selected folder path (If omitted, the previously selected folder will be initially selected)

Return value

  • string