Class OpenMultipleFilesResponse
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
The response to the OpenMultipleFilesHandler.
public sealed class OpenMultipleFilesResponse
- Inheritance
-
OpenMultipleFilesResponse
- Inherited Members
Properties
- Canceled
Indicates whether the dialog was canceled.
- SelectedFiles
Gets the selected files.
Methods
- Cancel()
Creates a OpenMultipleFilesResponse that notifies the browser that the dialog was canceled.
- SelectFiles(params string[])
Creates a OpenMultipleFilesResponse that notifies the browser that the files were selected in the file chooser dialog.