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
)
Function GetDrive (
driveLetter As Char
) As DriveSettings
DriveSettings^ GetDrive(
wchar_t driveLetter
)
abstract GetDrive :
driveLetter : char -> DriveSettings
Parameters
- driveLetter
- Type: SystemChar
[Missing <param name="driveLetter"/> documentation for "M:ITHit.MapWebDAVDrive.ServiceClient.IDriveServiceManager.GetDrive(System.Char)"]
Return Value
Type:
DriveSettingsInstance of DriveSettings class.
See Also