Click or drag to resize
IInstallableModulesInformationService Interface
Provides information about installable modules.

Namespace: CMS.Core.Internal
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public interface IInstallableModulesInformationService

The IInstallableModulesInformationService type exposes the following members.

Methods
  NameDescription
Public methodGetModuleNamesOmittedFromInitialization
Gets set of module names which are not installed and therefore omitted from initialization.
Top
Remarks
This interface is for internal use only and shall not be considered as part of public API.
See Also