FileLockFileLockDeleteMode Enumeration |
Enumeration for specifying how and if file deletion is necessary after unlocking the file.
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public enum FileLockDeleteMode
Public Enumeration FileLockDeleteMode
public enum class FileLockDeleteMode
Members
| Member name | Value | Description |
---|
| Never | 0 | Never delete the file after unlocking it |
| WhenPossible | 1 | Only delete the file after unlocking it when possible |
| AlwaysRequired | 2 | Always require deletion of the file when unlocking it |
See Also