Determine if the plugin requires a valid license to be loaded.
Namespace:
EPiServer.PlugInAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public bool RequireLicenseForLoad { get; set; } |
Field Value
True if license is required.
Remarks
If true, the PlugInLocator will try to load and validate a license
for the assembly that the plugin is defined in, before allowing the plugin to be
instantiated.