Click or drag to resize

IDriveServiceManagerGetDrive Method

IT Hit WebDAV Classes Reference
Returns settings of the drive mounted to the local file system.
Drive letter of the mounted drive.

Namespace:  ITHit.MapWebDAVDrive.ServiceClient
Assembly:  ITHit.MapWebDAVDrive.ServiceClient (in ITHit.MapWebDAVDrive.ServiceClient.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax
DriveSettings GetDrive(
	char driveLetter
)

Parameters

driveLetter
Type: SystemChar

[Missing <param name="driveLetter"/> documentation for "M:ITHit.MapWebDAVDrive.ServiceClient.IDriveServiceManager.GetDrive(System.Char)"]

Return Value

Type: DriveSettings
Instance of DriveSettings class.
See Also