Click or drag to resize
ModuleEntryManagerModules Property
Gets an enumerable collection of module info objects.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public static IEnumerable<ModuleInfo> Modules { get; }

Property Value

Type: IEnumerableModuleInfo
See Also