Get the list of url's associated with a page (tab)

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

Syntax

C#
public List<TabUrlInfo> GetTabUrls(
	int tabId,
	int portalId
)
Visual Basic
Public Function GetTabUrls ( 
	tabId As Integer,
	portalId As Integer
) As List(Of TabUrlInfo)

Parameters

tabId
Type: System..::..Int32
the tab id
portalId
Type: System..::..Int32
the portal id

Return Value

list of urls associated with a tab

Implements

ITabController..::..GetTabUrls(Int32, Int32)

See Also