Gets information of a portal

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

Syntax

C#
public PortalInfo GetPortal(
	int portalId,
	string cultureCode
)
Visual Basic
Public Function GetPortal ( 
	portalId As Integer,
	cultureCode As String
) As PortalInfo

Parameters

portalId
Type: System..::..Int32
Id of the portal
cultureCode
Type: System..::..String
The culture code.

Return Value

returnsM:DotNetNuke.Entities.Portals.PortalController.GetPortal(System.Int32,System.String)

Implements

IPortalController..::..GetPortal(Int32, String)

See Also