Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FileDialogPermissionAccess Enumeration

 

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.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

[SerializableAttribute]
[FlagsAttribute]
[ComVisibleAttribute(true)]
public enum FileDialogPermissionAccess

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft