Gets the Dictionary of ModuleControls that are part of this definition
Namespace: DotNetNuke.Entities.Modules.DefinitionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public Dictionary<string, ModuleControlInfo> ModuleControls { get; } |
Visual Basic |
---|
Public ReadOnly Property ModuleControls As Dictionary(Of String, ModuleControlInfo) Get |