FDE_SHAREVIOLATION_RESPONSE Enumeration |
Specifies the values used by the ShareViolationFileDialogEventArgs Response property to indicate an application's response to a sharing violation that occurs when a file is opened or saved.
Maps to Windows'
FDE_SHAREVIOLATION_RESPONSE enumeration..
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum FDE_SHAREVIOLATION_RESPONSE
Members
| Member name | Value | Description |
---|
| FDESVR_DEFAULT | 0 |
The application has not handled the event. The dialog displays a UI that indicates that the file is in use and a different file must be chosen.
|
| FDESVR_ACCEPT | 1 |
The application has determined that the file should be returned from the dialog.
|
| FDESVR_REFUSE | 2 |
The application has determined that the file should not be returned from the dialog.
|
See Also