Adds the portal dictionary.

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

Syntax

C#
public static void AddPortalDictionary(
	int portalId,
	int tabId
)
Visual Basic
Public Shared Sub AddPortalDictionary ( 
	portalId As Integer,
	tabId As Integer
)

Parameters

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

See Also