| Module Constructor (String, Boolean) | 
            Constructor
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected 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
See Also