SaaS CMS has officially launched! Learn more now.

Class LicensingMode

Licensing mode for a plug-in assembly

Inheritance
System.Object
LicensingMode
Namespace: EPiServer.PlugIn
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class LicensingMode : Enum

Fields

CustomLicense

Plug-in is using a custom licensing model.

Declaration
public const LicensingMode CustomLicense
Field Value
Type Description
LicensingMode

Freeware

Plug-in does not require additional licensing.

Declaration
public const LicensingMode Freeware
Field Value
Type Description
LicensingMode

Licensed

Plug-in is using EPiServer standard licensing model.

Declaration
public const LicensingMode Licensed
Field Value
Type Description
LicensingMode

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods