Get the list of custom aliases associated with a page (tab)

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

Syntax

C#
public Dictionary<string, string> GetCustomAliases(
	int tabId,
	int portalId
)
Visual Basic
Public Function GetCustomAliases ( 
	tabId As Integer,
	portalId As Integer
) As Dictionary(Of String, String)

Parameters

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

Return Value

dictionary of tabid and aliases

Implements

ITabController..::..GetCustomAliases(Int32, Int32)

See Also