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.3.27213.0
Syntax Public Enumeration LockMode
public enum class LockMode
Members
| Member name | Value | Description |
---|
| None | 0 |
The file is not locked.
|
| Auto | 1 |
The file is automatically locked on file handle open and should be automatically unlocked on file handle close.
|
| Manual | 2 |
The file is manually locked by the user and should be manually unlocked by the user.
|
See Also