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