Determine if the plugin requires a valid license to be loaded.

Namespace:  EPiServer.PlugIn
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

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.

See Also