summaryM:DotNetNuke.Entities.Portals.PortalAliasController.GetPortalAliasLookup

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in version 7.1.  Replaced by PortalAliasController.Instance.GetPortalAliases")]
public static PortalAliasCollection GetPortalAliasLookup()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in version 7.1.  Replaced by PortalAliasController.Instance.GetPortalAliases")> 
Public Shared Function GetPortalAliasLookup As PortalAliasCollection

Return Value

returnsM:DotNetNuke.Entities.Portals.PortalAliasController.GetPortalAliasLookup

See Also