summaryM:DotNetNuke.Entities.Modules.ModuleController.CopyModule(System.Int32,System.Int32,System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabInfo},System.Boolean)

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

Syntax

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

Parameters

moduleId
Type: System..::..Int32
parammoduleIdM:DotNetNuke.Entities.Modules.ModuleController.CopyModule(System.Int32,System.Int32,System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabInfo},System.Boolean)
fromTabId
Type: System..::..Int32
paramfromTabIdM:DotNetNuke.Entities.Modules.ModuleController.CopyModule(System.Int32,System.Int32,System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabInfo},System.Boolean)
toTabs
Type: System.Collections.Generic..::..List<(Of <(<'TabInfo>)>)>
paramtoTabsM:DotNetNuke.Entities.Modules.ModuleController.CopyModule(System.Int32,System.Int32,System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabInfo},System.Boolean)
includeSettings
Type: System..::..Boolean
paramincludeSettingsM:DotNetNuke.Entities.Modules.ModuleController.CopyModule(System.Int32,System.Int32,System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabInfo},System.Boolean)

See Also