Click or drag to resize
ModuleEntryIsInstallable Property
Indicates if module is designed as installable.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntax
C#
public bool IsInstallable { get; }

Property Value

Type: Boolean
Remarks
Installable modules which are not installed in the database are omitted from initialization.
See Also