ChromeFileChooserMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types.
public enum ChromeFileChooserMode
type ChromeFileChooserMode =
- Inheritance
-
ChromeFileChooserMode
Fields
| Name | Value | Description |
|---|---|---|
| Open | 0 | Allows the user to select one existing file. |
| OpenMultiple | 1 | Allows the user to select multiple existing files. |
| OpenFolder | 2 | Like Open but allows a folder to be selected. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Save | 3 | Allows the user to select a file that does not yet exist so it can be saved. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.