IDriveServiceManager.GetDrive Method 

IT Hit WebDAV for .NET

Returns settings of the drive mounted to the local file system.

[Visual Basic]
Function GetDrive( _
   ByVal driveLetter As Char _
) As DriveSettings
[C#]
DriveSettings GetDrive(
   char driveLetter
);

Return Value

Instance of DriveSettings class.

See Also

IDriveServiceManager Interface | ITHit.MapWebDAVDrive.ServiceClient Namespace