DavEngineLicense Property
IT Hit WebDAV Classes Reference
Gets or sets the license text.
Namespace: ITHit.WebDAV.ServerAssembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax public string License { get; set; }
Public Property License As String
Get
Set
public:
property String^ License {
String^ get ();
void set (String^ value);
}
member License : string with get, set
Property Value
Type:
String
License string
Remarks
Make sure you do not make any changes in Data and Signature tags as
license validation will fail in this case.
Examples ...
engine.License = File.ReadAllText(HttpContext.Current.Request.PhysicalApplicationPath + "License.lic");
...
See Also