Click or drag to resize

IDriveServiceManagerRemoveDrive Method

IT Hit WebDAV Classes Reference
Unmounts drive from the local file system.

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

Parameters

driveLetter
Type: SystemChar
Drive letter of the drive to be unmounted.
Examples
In the following example WebDAV drive is unmounted from local file system using Service API.
IDriveServiceManager manager = DriveManager.GetManager();
manager.RemoveDrive('z');
See Also