Click or drag to resize

LicenseIsModuleAvailable Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Security.UserManagement
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
[ObsoleteAttribute("Use 'Dynamicweb.Security.Licensing.LicenseManager.HasFeature' instead")]
public static bool IsModuleAvailable(
	string moduleSystemName,
	bool refreshCache = false
)

Parameters

moduleSystemName
Type: SystemString
refreshCache (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also