summaryM:DotNetNuke.Entities.Tabs.TabController.CopyTab(System.Int32,System.Int32,System.Int32,System.Boolean)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DotNetNuke 5.5.Replaced by ModuleController.CopyModules")]
public void CopyTab(
	int portalId,
	int fromTabId,
	int toTabId,
	bool asReference
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DotNetNuke 5.5.Replaced by ModuleController.CopyModules")> 
Public Sub CopyTab ( 
	portalId As Integer,
	fromTabId As Integer,
	toTabId As Integer,
	asReference As Boolean
)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Tabs.TabController.CopyTab(System.Int32,System.Int32,System.Int32,System.Boolean)
fromTabId
Type: System..::..Int32
paramfromTabIdM:DotNetNuke.Entities.Tabs.TabController.CopyTab(System.Int32,System.Int32,System.Int32,System.Boolean)
toTabId
Type: System..::..Int32
paramtoTabIdM:DotNetNuke.Entities.Tabs.TabController.CopyTab(System.Int32,System.Int32,System.Int32,System.Boolean)
asReference
Type: System..::..Boolean
paramasReferenceM:DotNetNuke.Entities.Tabs.TabController.CopyTab(System.Int32,System.Int32,System.Int32,System.Boolean)

See Also