Click or drag to resize
ILicenseService Interface
Interface for check license

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public interface ILicenseService

The ILicenseService type exposes the following members.

Methods
  NameDescription
Public methodCheckLicense
Checks the license based on feature and perform action based on given arguments
Public methodIsFeatureAvailable
Checks whether the given feature is available on given domain.
Top
See Also