summaryM:DotNetNuke.Entities.Tabs.TabCollection.WithTabNameAndParentId(System.String,System.Int32)

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

Syntax

C#
public TabInfo WithTabNameAndParentId(
	string tabName,
	int parentId
)
Visual Basic
Public Function WithTabNameAndParentId ( 
	tabName As String,
	parentId As Integer
) As TabInfo

Parameters

tabName
Type: System..::..String
paramtabNameM:DotNetNuke.Entities.Tabs.TabCollection.WithTabNameAndParentId(System.String,System.Int32)
parentId
Type: System..::..Int32
paramparentIdM:DotNetNuke.Entities.Tabs.TabCollection.WithTabNameAndParentId(System.String,System.Int32)

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabCollection.WithTabNameAndParentId(System.String,System.Int32)

See Also