Sets IT Hit Map WebDAV Drive license.
Note that license is required to be set only one time before first API use.
| Exception Type | Condition |
|---|---|
| InvalidLicenseException | The license is invalid. |
The following example demonstrates how to set license for IT Hit Map WebDAV Drive using Service API.
string license = "<?xml version='1.0' encoding='utf...
IDriveServiceManager manager = DriveManager.GetManager();
manager.SetLicense(license);
IDriveServiceManager Interface | ITHit.MapWebDAVDrive.ServiceClient Namespace