Get the list of custom aliases associated with a page (tab)
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
Dictionary<string, string> GetCustomAliases( int tabId, int portalId ) |
| Visual Basic |
|---|
Function GetCustomAliases ( tabId As Integer, portalId As Integer ) As Dictionary(Of String, String) |