Gets the portal dictionary.

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

Syntax

C#
public static Dictionary<int, int> GetPortalDictionary()
Visual Basic
Public Shared Function GetPortalDictionary As Dictionary(Of Integer, Integer)

Return Value

portal dictionary. the dictionary's Key -> Value is: TabId -> PortalId.

See Also