Adds an Existing Module to a Pane

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

Syntax

C#
protected void AddExistingModule(
	int moduleId,
	int tabId,
	string paneName,
	int position,
	string align
)
Visual Basic
Protected Sub AddExistingModule ( 
	moduleId As Integer,
	tabId As Integer,
	paneName As String,
	position As Integer,
	align As String
)

Parameters

moduleId
Type: System..::..Int32
The Id of the existing module
tabId
Type: System..::..Int32
The id of the tab
paneName
Type: System..::..String
The pane to add the module to
position
Type: System..::..Int32
The relative position within the pane for the module
align
Type: System..::..String
The alignment for the Modue

See Also