Provides methods for mounting drives to file system.
For a list of all members of this type, see IDriveServiceManager Members.
The following example demonstrates how to mount a new WebDAV drive using Service API.
DriveSettings driveSettings = new DriveSettings('z', new Uri("http://dav.webdavsystem.com/"), "User1", "pwd");
IDriveServiceManager manager = DriveManager.GetManager();
manager.AddDrive(driveSettings);
Namespace: ITHit.MapWebDAVDrive.ServiceClient
Assembly: ITHit.MapWebDAVDrive.ServiceClient (in ITHit.MapWebDAVDrive.ServiceClient.dll)
IDriveServiceManager Members | ITHit.MapWebDAVDrive.ServiceClient Namespace