Class OpenDirectoryResponse
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
The response to the OpenDirectoryHandler.
public class OpenDirectoryResponse
- Inheritance
-
OpenDirectoryResponse
- Inherited Members
Properties
- Canceled
Indicates whether the dialog was canceled.
- SelectedDirectory
Gets the selected directory.
Methods
- Cancel()
Creates a OpenDirectoryResponse that notifies the browser that the dialog was canceled.
- SelectDirectory(string)
Creates a OpenDirectoryResponse that notifies the browser that the directory was selected in the dialog.