Management.SetLicense Method 

IT Hit WebDAV for .NET

Sets IT Hit Map WebDAV Drive license.

[Visual Basic]
Public Shared Sub SetLicense( _
   ByVal licenseText As String _
)
[C#]
public static void SetLicense(
   string licenseText
);

Parameters

licenseText
License text.

Remarks

The license should be set each time you run your application, before drive mounting.

Exceptions

Exception Type Condition
InvalidLicenseException The license is invalid.

See Also

Management Class | ITHit.MapWebDAVDrive.Core Namespace