Click or drag to resize
FileLockFileLockDeleteMode Enumeration
Enumeration for specifying how and if file deletion is necessary after unlocking the file.

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public enum FileLockDeleteMode
Members
  Member nameValueDescription
Never0Never delete the file after unlocking it
WhenPossible1Only delete the file after unlocking it when possible
AlwaysRequired2Always require deletion of the file when unlocking it
See Also