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