  | LicenseIsModuleInstalled 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 IsModuleAvailable instead.")]
public static bool IsModuleInstalled(
	string strModuleSystemName,
	bool refreshCache = false
)<ObsoleteAttribute("Use IsModuleAvailable instead.")>
Public Shared Function IsModuleInstalled ( 
	strModuleSystemName As String,
	Optional refreshCache As Boolean = false
) As BooleanParameters
- strModuleSystemName
 - Type: SystemString
 - refreshCache (Optional)
 - Type: SystemBoolean
 
Return Value
Type: 
Boolean
See Also