summaryM:DotNetNuke.Entities.Tabs.TabCollection.WithTabName(System.String)

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

Syntax

C#
public TabInfo WithTabName(
	string tabName
)
Visual Basic
Public Function WithTabName ( 
	tabName As String
) As TabInfo

Parameters

tabName
Type: System..::..String
paramtabNameM:DotNetNuke.Entities.Tabs.TabCollection.WithTabName(System.String)

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabCollection.WithTabName(System.String)

See Also