summaryM:DotNetNuke.Entities.Tabs.Internal.TestableTabController.GetCustomAliases(System.Int32,System.Int32)

Namespace: DotNetNuke.Entities.Tabs.Internal
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
paramtabIdM:DotNetNuke.Entities.Tabs.Internal.TestableTabController.GetCustomAliases(System.Int32,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Tabs.Internal.TestableTabController.GetCustomAliases(System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Entities.Tabs.Internal.TestableTabController.GetCustomAliases(System.Int32,System.Int32)

Implements

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

See Also