DotNetNuke.Entities.Tabs.TabCollection

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

Syntax

C#
public TabCollection(
	IEnumerable<TabInfo> tabs
)
Visual Basic
Public Sub New ( 
	tabs As IEnumerable(Of TabInfo)
)

Parameters

tabs
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'TabInfo>)>)>
paramtabsM:DotNetNuke.Entities.Tabs.TabCollection.#ctor(System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Tabs.TabInfo})

See Also