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

Namespace: DotNetNuke.Entities.Tabs.Internal
Assembly: 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)

Parameters

tabId
Type: System..::..Int32
paramtabIdM:DotNetNuke.Entities.Tabs.Internal.ITabController.GetCustomAliases(System.Int32,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Tabs.Internal.ITabController.GetCustomAliases(System.Int32,System.Int32)

Return Value

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

See Also