Click or drag to resize

LockBehavior Enumeration

IT Hit WebDAV Classes Reference
Specifies when a file should be locked automatically locked.

Namespace:  ITHit.MapWebDAVDrive.Core
Assembly:  ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax
public enum LockBehavior
Members
  Member nameValueDescription
NoLocks0 Do not automatically lock any files. To protect files from modifications by other users, the user must explicitly lock file before editing and unlock after saving file.
LockWhenOpen1 Automatically lock file when it is opened (read from server), unlock file when file closed. As soon as application, usually file manager, can read a large number of files from server you must specify filter what files should be automatically locked.
LockWhenUpdate2 Lock file only when its content is saved to server, only if server supports locks.
See Also