Click or drag to resize
ModuleDiscoveryGetModules Method
Returns an enumerable collection of application modules.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<ModuleEntry> GetModules()

Return Value

Type: IEnumerableModuleEntry
An enumerable collection of application modules.
Remarks
The discovery process looks for modules in discoverable assemblies (see AssemblyDiscoveryHelper for more information). The module type is located using the RegisterModuleAttribute.
See Also