Gets information from all portals

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

Syntax

C#
public ArrayList GetPortals()
Visual Basic
Public Function GetPortals As ArrayList

Return Value

ArrayList of PortalInfo objects

Implements

IPortalController..::..GetPortals()()()()

See Also