Click or drag to resize

DriveSettings Fields

IT Hit WebDAV Classes Reference

The DriveSettings type exposes the following members.

Fields
  NameDescription
Public fieldAllowWindowsExplorerCustomization
Allows Windows Explorer customization.
Public fieldAutoCheckOutOnUpdate
Specifies if item will be checked-out before any update if server supports versioning.
Public fieldBufferUpload
Specifies if content is buffered in memory before sending to server.
Public fieldClientCacheTimeOut
Sets or gets client cache timeout in seconds.
Public fieldDownloadOnlyNewer
Specifies if only modified files will be downloaded.
Public fieldDriveLetter
Drive letter of the mounted drive.
Public fieldEvents
External applications executed during various events.
Public fieldFilterAutoLock
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].
Public fieldFilterDownload
Regular expression that specifies which files should be never downloaded from server.
Public fieldFilterUpload
Regular expression that specifies which files should be never uploaded to server.
Protected fieldfVolumeLabel
Public fieldImpersonate
Specifies if to use current user credentials when accessing WebDAV server.
Public fieldLockBehavior
Specifies if item will be locked before any update or when it is opened.
Public fieldLockTimeOut
The item will be automatically unlocked by server when the specified amount of time is elapsed.
Public fieldLogin
User name used when connecting to WebDAV server.
Public fieldPassword
Password used when connecting to WebDAV server.
Public fieldPersistent
The drive is mounted each time the computer boots.
Public fieldProxy
Contains HTTP proxy settings.
Public fieldResumeBrokenDownloads
Specifies if canceled and broken downloads will be restored.
Public fieldServerRequestTimeOut
Server requests timeout in seconds.
Public fieldServerUrl
WebDAV Server URL.
Public fieldShowContextMenuForVersioning
Specifies if context menus for versioning should be displayed in Windows Explorer context menus. Default is false.
Public fieldShowProgress
Show upload and download progress in a tray application.
Top
See Also