Click or drag to resize

CefFileDialogMode Enumeration

Version 86.0.240
CefFileDialogMode (Based on cef_file_dialog_mode_t)

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public enum CefFileDialogMode
Members
  Member nameValueDescription
Open0 Requires that the file exists before allowing the user to pick it.
OpenMultiple1 Like Open, but allows picking multiple files to open.
OpenFolder2 Like Open, but selects a folder to open.
Save3 Allows picking a nonexistent file, and prompts to overwrite if the file already exists.
See Also