Get the list of url's associated with a page (tab)
Namespace: DotNetNuke.Entities.TabsAssembly: 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) |