Click or drag to resize

License.IsModuleInstalled 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
)

Parameters

strModuleSystemName
Type: System.String
refreshCache (Optional)
Type: System.Boolean

Return Value

Type: Boolean
See Also