FileDialogPermissionAccess Enumeration
.NET Framework (current version)
Specifies the type of access to files allowed through the File dialog boxes.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| None | No access to files through the File dialog boxes. | |
| Open | Ability to open files through the File dialog boxes. | |
| OpenSave | Ability to open and save files through the File dialog boxes. | |
| Save | Ability to save files through the File dialog boxes. |
.NET Framework
Available since 1.1
Available since 1.1
Show: