Interface IModuleControl
IModuleControl provides a common Interface for Module Controls.
Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke.dll
Syntax
public interface IModuleControl
Properties
| Improve this Doc View SourceControl
Gets the control.
Declaration
Control Control { get; }
Property Value
Type | Description |
---|---|
Control |
ControlName
Gets the control name.
Declaration
string ControlName { get; }
Property Value
Type | Description |
---|---|
System.String |
ControlPath
Gets the control path.
Declaration
string ControlPath { get; }
Property Value
Type | Description |
---|---|
System.String |
LocalResourceFile
Gets or sets the local resource localization file for the control.
Declaration
string LocalResourceFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModuleContext
Gets the module context.
Declaration
ModuleInstanceContext ModuleContext { get; }
Property Value
Type | Description |
---|---|
ModuleInstanceContext |