Get the list of skins per alias at tab level

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

Syntax

C#
public List<TabAliasSkinInfo> GetAliasSkins(
	int tabId,
	int portalId
)
Visual Basic
Public Function GetAliasSkins ( 
	tabId As Integer,
	portalId As Integer
) As List(Of TabAliasSkinInfo)

Parameters

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

Return Value

list of TabAliasSkinInfo

Implements

ITabController..::..GetAliasSkins(Int32, Int32)

See Also