Click or drag to resize
IFileDialogCallbackContinue Method
Version 63.0.0
Continue the file selection.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
void Continue(
	int selectedAcceptFilter,
	List<string> filePaths
)

Parameters

selectedAcceptFilter
Type: SystemInt32
should be the 0-based index of the value selected from the accept filters array passed to OnFileDialog(IWebBrowser, IBrowser, CefFileDialogMode, String, String, ListString, Int32, IFileDialogCallback)
filePaths
Type: System.Collections.GenericListString
should be a single value or a list of values depending on the dialog mode. An empty value is treated the same as calling Cancel().
See Also