| Visual Basic | |
|---|---|
Public Enum EdmBrowseFlag Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmBrowseFlag : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmBrowseFlag : public System.Enum | |
| Member | Description |
|---|---|
| EdmBws_ForOpen | 0 = Display the Open dialog box |
| EdmBws_ForSave | 1 = Display a Save As dialog box |
| EdmBws_Help | 32 = Display Help in the dialog box |
| EdmBws_PermitExternalFiles | 16 = Permit the user to select files that are outside the file vault folder tree |
| EdmBws_PermitLocalFiles | 4 = Permit the user to select files that are inside the file vault folder tree, but not checked in to the vault |
| EdmBws_PermitMultipleSel | 2 = Permit the user to select more than one file |
| EdmBws_PermitVaultFiles | 8 = Permit the user to select files that are part of the file vault |