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