Interface IModuleControlController
Namespace: DotNetNuke.Web.Mvc.Common
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public interface IModuleControlController
Methods
GetModuleControlByControlKey(string, int)
Declaration
ModuleControlInfo GetModuleControlByControlKey(string controlKey, int moduleDefID)
Parameters
| Type | Name | Description |
|---|---|---|
| string | controlKey | |
| int | moduleDefID |
Returns
| Type | Description |
|---|---|
| ModuleControlInfo |