The DriveSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowWindowsExplorerCustomization | Allows Windows Explorer customization. | |
| AutoCheckOutOnUpdate | Specifies if item will be checked-out before any update if server supports versioning. | |
| BufferUpload | Specifies if content is buffered in memory before sending to server. | |
| ClientCacheTimeOut | Sets or gets client cache timeout in seconds. | |
| DownloadOnlyNewer | Specifies if only modified files will be downloaded. | |
| DriveLetter | Drive letter of the mounted drive. | |
| Events | External applications executed during various events. | |
| FilterAutoLock |
Regular expression that specifies which files should be automatically locked when file is opened (read from server). Used only if LockBehavior is set to [!:LockBehavior.LockWhenOpen].
| |
| FilterDownload |
Regular expression that specifies which files should be never downloaded from server.
| |
| FilterUpload |
Regular expression that specifies which files should be never uploaded to server.
| |
| fVolumeLabel | ||
| Impersonate | Specifies if to use current user credentials when accessing WebDAV server. | |
| LockBehavior | Specifies if item will be locked before any update or when it is opened. | |
| LockTimeOut |
The item will be automatically unlocked by server when the specified amount of time is elapsed.
| |
| Login | User name used when connecting to WebDAV server. | |
| Password | Password used when connecting to WebDAV server. | |
| Persistent | The drive is mounted each time the computer boots. | |
| Proxy | Contains HTTP proxy settings. | |
| ResumeBrokenDownloads | Specifies if canceled and broken downloads will be restored. | |
| ServerRequestTimeOut | Server requests timeout in seconds. | |
| ServerUrl | WebDAV Server URL. | |
| ShowContextMenuForVersioning |
Specifies if context menus for versioning should be displayed in Windows Explorer context menus. Default is false.
| |
| ShowProgress | Show upload and download progress in a tray application. |