Show / Hide Table of Contents

Class TabExtensions

Inheritance
object
TabExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke.dll
Syntax
public static class TabExtensions

Methods

ContainsAlias(List<TabAliasSkinInfo>, string)

Declaration
public static bool ContainsAlias(this List<TabAliasSkinInfo> aliases, string httpAlias)
Parameters
Type Name Description
List<TabAliasSkinInfo> aliases
string httpAlias
Returns
Type Description
bool

CurrentUrl(List<TabUrlInfo>, string)

Declaration
public static TabUrlInfo CurrentUrl(this List<TabUrlInfo> redirects, string cultureCode)
Parameters
Type Name Description
List<TabUrlInfo> redirects
string cultureCode
Returns
Type Description
TabUrlInfo

FindByAliasId(List<TabUrlInfo>, int)

Declaration
public static TabUrlInfo FindByAliasId(this List<TabUrlInfo> redirects, int portalAliasId)
Parameters
Type Name Description
List<TabUrlInfo> redirects
int portalAliasId
Returns
Type Description
TabUrlInfo

FindByHttpAlias(List<TabAliasSkinInfo>, string)

Declaration
public static TabAliasSkinInfo FindByHttpAlias(this List<TabAliasSkinInfo> aliases, string httpAlias)
Parameters
Type Name Description
List<TabAliasSkinInfo> aliases
string httpAlias
Returns
Type Description
TabAliasSkinInfo

GetNextAvailableSeqNum(List<TabUrlInfo>, bool)

Declaration
public static int GetNextAvailableSeqNum(this List<TabUrlInfo> redirects, bool positive)
Parameters
Type Name Description
List<TabUrlInfo> redirects
bool positive
Returns
Type Description
int
Back to top by the community, for the community... #DNNCMS