Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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