Click or drag to resize

ManagementSetLicense Method

IT Hit WebDAV Classes Reference
Sets IT Hit Map WebDAV Drive license.

Namespace:  ITHit.MapWebDAVDrive.Core
Assembly:  ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax
public static void SetLicense(
	string licenseText
)

Parameters

licenseText
Type: SystemString
License text.
Exceptions
ExceptionCondition
InvalidLicenseExceptionThe license is invalid.
Remarks
The license should be set each time you run your application, before drive mounting.
See Also