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
)
Public Shared Sub SetLicense (
licenseText As String
)
public:
static void SetLicense(
String^ licenseText
)
static member SetLicense :
licenseText : string -> unit
Parameters
- licenseText
- Type: SystemString
License text.
Exceptions Remarks The license should be set each time you run your application, before drive mounting.
See Also