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

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

Syntax

C#
public static int GetNextAvailableSeqNum(
	this List<TabUrlInfo> redirects,
	bool positive
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function GetNextAvailableSeqNum ( 
	redirects As List(Of TabUrlInfo),
	positive As Boolean
) As Integer

Parameters

redirects
Type: System.Collections.Generic..::..List<(Of <(<'TabUrlInfo>)>)>
paramredirectsM:DotNetNuke.Entities.Tabs.TabExtensions.GetNextAvailableSeqNum(System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabUrlInfo},System.Boolean)
positive
Type: System..::..Boolean
parampositiveM:DotNetNuke.Entities.Tabs.TabExtensions.GetNextAvailableSeqNum(System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabUrlInfo},System.Boolean)

Return Value

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

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