Click or drag to resize

DriveSettings Class

IT Hit WebDAV Classes Reference
Represents settings of the drive mounted to the local file system.
Inheritance Hierarchy
SystemObject
  ITHit.MapWebDAVDrive.CoreDriveSettings
    ITHit.MapWebDAVDrive.CoreActiveDrive

Namespace:  ITHit.MapWebDAVDrive.Core
Assembly:  ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax
[SerializableAttribute]
public class DriveSettings

The DriveSettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyVolumeLabel
Drive volume label.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSession
Gets WebDAV session used for accessing remote WebDAV server.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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