Enum LockReleaseStatus
Result of an UNLOCK
Namespace:FubarDev.WebDavServer.Locking
Assembly:FubarDev.WebDavServer.dll
Syntax
public enum LockReleaseStatus
Fields
Name | Description |
---|---|
InvalidLockRange | The given path doesn't match the scope of the lock |
NoLock | No lock to release found |
Success | UNLOCK successful |