Specifies the type of access to files allowed through the File dialog boxes.
Syntax
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum FileDialogPermissionAccess
Remarks
Members
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.
|
Requirements
Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0