Gets information of a portal

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

Syntax

C#
public PortalInfo GetPortal(
	int portalId
)
Visual Basic
Public Function GetPortal ( 
	portalId As Integer
) As PortalInfo

Parameters

portalId
Type: System..::..Int32
Id of the portal

Return Value

PortalInfo object with portal definition

Implements

IPortalController..::..GetPortal(Int32)

See Also