Namespace: ITHit.MapWebDAVDrive.Core
Member name | Value | Description | |
---|---|---|---|
NoLocks | 0 | 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. | |
LockWhenOpen | 1 | 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. | |
LockWhenUpdate | 2 | Lock file only when its content is saved to server, only if server supports locks. |