LicenseValidatorSetLicense Method
IT Hit WebDAV Classes Reference
Sets lincense text.
Namespace:
ITHit.Collab
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
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
Lincense text.
Remarks The library accepts IT Hit WebDAV Server Engine license with iCalendar and vCard modules or IT Hit iCalendar and vCard Library license.
See Also