ModuleEntryIsInstallable Property |
Indicates if module is designed as installable.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 11.0.0
Syntaxpublic bool IsInstallable { get; }
Property Value
Type:
Boolean
Remarks
Installable modules which are not installed in the database are omitted from initialization.
See Also