Gets the portal alias by portal alias ID.

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

Syntax

C#
public PortalAliasInfo GetPortalAliasByPortalAliasID(
	int portalAliasId
)
Visual Basic
Public Function GetPortalAliasByPortalAliasID ( 
	portalAliasId As Integer
) As PortalAliasInfo

Parameters

portalAliasId
Type: System..::..Int32
The portal alias ID.

Return Value

Portal alias info.

Implements

IPortalAliasController..::..GetPortalAliasByPortalAliasID(Int32)

See Also