LockLevel Enumeration
IT Hit WebDAV Classes Reference
Level of lock.
Namespace:
ITHit.WebDAV.Server.Class2
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax Public Enumeration LockLevel
public enum class LockLevel
Members
| Member name | Value | Description |
---|
| Shared | 0 |
Shared lock.
|
| Exclusive | 1 |
Exclusive lock.
|
Remarks
If a user sets an exclusive lock, other users will not be able to set any locks. If a user sets shared lock
other users will be able to set only shared lock on the item. There could be only 1 exclusive lock set on an
item or it can have 1 or more shared locks.
See Also