Click or drag to resize

DavEngineLicense Property

IT Hit WebDAV Classes Reference
Gets or sets the license text.

Namespace: ITHit.WebDAV.Server
Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax
public string License { 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