Try our conversational search powered by Generative AI!

Class LicensingElement

Configuration for licensing

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