| CefFileDialogMode Enumeration | 
Version 101.0.180 
            CefFileDialogMode (Based on cef_file_dialog_mode_t)
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
 Syntax
Syntaxpublic enum CefFileDialogMode
public enum class CefFileDialogMode
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Open | 0 | Requires that the file exists before allowing the user to pick it. | 
|  | OpenMultiple | 1 | Like Open, but allows picking multiple files to open. | 
|  | OpenFolder | 2 | Like Open, but selects a folder to open. | 
|  | Save | 3 | Allows picking a nonexistent file, and prompts to overwrite if the file already exists. | 
 See Also
See Also