Click or drag to resize
Module Constructor (String, Boolean)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected Module(
	string moduleName,
	bool isInstallable = false
)

Parameters

moduleName
Type: SystemString
Module name
isInstallable (Optional)
Type: SystemBoolean
Indicates if module is designed as installable.
See Also