Gets the portal.

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

Syntax

C#
PortalInfo GetPortal(
	Guid uniqueId
)
Visual Basic
Function GetPortal ( 
	uniqueId As Guid
) As PortalInfo

Parameters

uniqueId
Type: System..::..Guid
The unique id.

Return Value

Portal info.

See Also