Class LicenseManager
- Namespace
- Dynamicweb.Security.Licensing
- Assembly
- Dynamicweb.Security.dll
This class performs actions on the current license
public class LicenseManager
- Inheritance
-
LicenseManager
- Inherited Members
Properties
License
Retrives the license either from the cache or from the disk
public static License License { get; }
Property Value
Methods
LicenseHasFeature(string)
Checks if the current license has the specified feature
public static bool LicenseHasFeature(string featureName)
Parameters
featureName
string- The name of the feature, we want to check if the license contains