A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class LicensingElement

Configuration for licensing

Inheritance
System.Object
LicensingElement
Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 7.19.2
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