Gets the portal by portal alias ID.

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

Syntax

C#
public PortalInfo GetPortalByPortalAliasID(
	int PortalAliasId
)
Visual Basic
Public Function GetPortalByPortalAliasID ( 
	PortalAliasId As Integer
) As PortalInfo

Parameters

PortalAliasId
Type: System..::..Int32
The portal alias id.

Return Value

Portal info.

Implements

IPortalAliasController..::..GetPortalByPortalAliasID(Int32)

See Also