summaryM:DotNetNuke.Entities.Modules.ModuleController.CopyModule(System.Int32,System.Int32,System.Int32,System.String,System.Boolean)

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 5.5.  Replaced by CopyModule(ModuleInfo, TabInfo, String, Boolean)")]
public void CopyModule(
	int moduleId,
	int fromTabId,
	int toTabId,
	string toPaneName,
	bool includeSettings
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 5.5.  Replaced by CopyModule(ModuleInfo, TabInfo, String, Boolean)")> 
Public Sub CopyModule ( 
	moduleId As Integer,
	fromTabId As Integer,
	toTabId As Integer,
	toPaneName As String,
	includeSettings As Boolean
)

Parameters

moduleId
Type: System..::..Int32
parammoduleIdM:DotNetNuke.Entities.Modules.ModuleController.CopyModule(System.Int32,System.Int32,System.Int32,System.String,System.Boolean)
fromTabId
Type: System..::..Int32
paramfromTabIdM:DotNetNuke.Entities.Modules.ModuleController.CopyModule(System.Int32,System.Int32,System.Int32,System.String,System.Boolean)
toTabId
Type: System..::..Int32
paramtoTabIdM:DotNetNuke.Entities.Modules.ModuleController.CopyModule(System.Int32,System.Int32,System.Int32,System.String,System.Boolean)
toPaneName
Type: System..::..String
paramtoPaneNameM:DotNetNuke.Entities.Modules.ModuleController.CopyModule(System.Int32,System.Int32,System.Int32,System.String,System.Boolean)
includeSettings
Type: System..::..Boolean
paramincludeSettingsM:DotNetNuke.Entities.Modules.ModuleController.CopyModule(System.Int32,System.Int32,System.Int32,System.String,System.Boolean)

See Also