Namespace: ITHit.MapWebDAVDrive.Core
The DriveSettings type exposes the following members.
Name | Description | |
---|---|---|
DriveSettings(Char, Uri, String, String) | Initializes a new instance of DriveSettings class. | |
DriveSettings(Char, Uri, Boolean, String, String, String, Boolean, UploadBuffering, Boolean, Boolean, Boolean, LockBehavior, Boolean, Boolean, Int32, Int32, ProxySettings, DriveEvents, String, String, TimeOutPeriod, String, Boolean) | Initializes a new instance of DriveSettings class. |
Name | Description | |
---|---|---|
VolumeLabel | Drive volume label. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSession | Gets WebDAV session used for accessing remote WebDAV server. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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. |