Namespace: ITHit.MapWebDAVDrive.ServiceClient
The IDriveServiceManager type exposes the following members.
Name | Description | |
---|---|---|
AddDrive | Mounts new WebDAV drive to local file system. | |
GetDrive |
Returns settings of the drive mounted to the local file system.
| |
RemoveDrive | Unmounts drive from the local file system. | |
SetLicense | Sets IT Hit Map WebDAV Drive license. |
DriveSettings driveSettings = new DriveSettings('z', new Uri("http://dav.webdavsystem.com/"), "User1", "pwd"); IDriveServiceManager manager = DriveManager.GetManager(); manager.AddDrive(driveSettings);