Click or drag to resize

LicenseHelperCheckModuleLicenseAndThrow Method

Checks if the license key allows access to using a specfic module. Throws a LicenseException if it doesn't.

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static void CheckModuleLicenseAndThrow(
	string module
)

Parameters

module
Type: SystemString
Name of the module to check the license for. Case sensitive.
See Also