summaryM:DotNetNuke.Entities.Tabs.TabExtensions.FindByAliasId(System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabUrlInfo},System.Int32)

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

Syntax

C#
public static TabUrlInfo FindByAliasId(
	this List<TabUrlInfo> redirects,
	int portalAliasId
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function FindByAliasId ( 
	redirects As List(Of TabUrlInfo),
	portalAliasId As Integer
) As TabUrlInfo

Parameters

redirects
Type: System.Collections.Generic..::..List<(Of <(<'TabUrlInfo>)>)>
paramredirectsM:DotNetNuke.Entities.Tabs.TabExtensions.FindByAliasId(System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabUrlInfo},System.Int32)
portalAliasId
Type: System..::..Int32
paramportalAliasIdM:DotNetNuke.Entities.Tabs.TabExtensions.FindByAliasId(System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabUrlInfo},System.Int32)

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabExtensions.FindByAliasId(System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabUrlInfo},System.Int32)

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type List<(Of <(<'TabUrlInfo>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see [b8020aae-374d-46a9-bcb7-8cc2390b93b6] or [175ce3ff-9bbf-4e64-8421-faeb81a0bb51].

See Also