Gets information of a portal

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

Syntax

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

Parameters

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

Return Value

PortalInfo object with portal definition

See Also