London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class LicensingElement

Configuration for licensing

Inheritance
System.Object
LicensingElement
Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public class LicensingElement : ConfigurationElement

Constructors

LicensingElement()

Declaration
public LicensingElement()

Properties

LicenseFilePath

The full path to the license file

Declaration
public string LicenseFilePath { get; set; }
Property Value
Type Description
System.String

Methods

ResolveLicensePath()

Declaration
public virtual string ResolveLicensePath()
Returns
Type Description
System.String

Extension Methods