Click or drag to resize

ActiveDrive Fields

IT Hit WebDAV Classes Reference

The ActiveDrive type exposes the following members.

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