InjectModule injects a Module (and its container) into the Pane

Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void InjectModule(
	ModuleInfo module
)
Visual Basic
Public Sub InjectModule ( 
	module As ModuleInfo
)

Parameters

module
Type: DotNetNuke.Entities.Modules..::..ModuleInfo
The Module

See Also