Class that handles all EPiServer related licensing
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public class Licensing |
Remarks
Use IsValidLicense()()() to determine if this installation has a valid license.
This might be useful if some of your functions cannot operate when the
restrictions are enforced when a non-valid license is in used. For example
DataFactory may throw exceptions if you are running a scheduled job without a
license. Otherwise error messages will be appended to output.