Click or drag to resize

LockMode Enumeration

IT Hit User File System
Indicates if the file is locked manually or automatically.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
public enum LockMode
Members
  Member nameValueDescription
None0 The file is not locked.
Auto1 The file is automatically locked on file handle open and should be automatically unlocked on file handle close.
Manual2 The file is manually locked by the user and should be manually unlocked by the user.
See Also