The PortalSettings Constructor encapsulates all of the logic necessary to obtain configuration settings necessary to render a Portal Tab view for a given request.

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

Syntax

C#
public PortalSettings(
	int tabId,
	PortalAliasInfo portalAliasInfo
)
Visual Basic
Public Sub New ( 
	tabId As Integer,
	portalAliasInfo As PortalAliasInfo
)

Parameters

tabId
Type: System..::..Int32
The current tab
portalAliasInfo
Type: DotNetNuke.Entities.Portals..::..PortalAliasInfo
The current portal

Remarks