Method SelectDirectory
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
SelectDirectory(string)
Creates a OpenDirectoryResponse that notifies the browser that the directory was selected in the dialog.
public static OpenDirectoryResponse SelectDirectory(string directory)
Parameters
directory
stringThe selected directory.
Returns
- OpenDirectoryResponse
The OpenDirectoryResponse instance that can be used as a return value in OpenDirectoryHandler implementation.