| 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
)
<ObsoleteAttribute("Use 'Dynamicweb.Security.Licensing.LicenseManager.HasFeature' instead")>
Public Shared Function IsModuleAvailable (
moduleSystemName As String,
Optional refreshCache As Boolean = false
) As Boolean
Parameters
- moduleSystemName
- Type: SystemString
- refreshCache (Optional)
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also