Show / Hide Table of Contents

Class PathSizes

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

Constructors

PathSizes()

Declaration
public PathSizes()

Properties

MaxAliasDepth

Declaration
public int MaxAliasDepth { get; set; }
Property Value
Type Description
int

MaxTabPathDepth

Declaration
public int MaxTabPathDepth { get; set; }
Property Value
Type Description
int

MinAliasDepth

Declaration
public int MinAliasDepth { get; set; }
Property Value
Type Description
int

MinTabPathDepth

Declaration
public int MinTabPathDepth { get; set; }
Property Value
Type Description
int

Methods

SetAliasDepth(string)

Declaration
public void SetAliasDepth(string httpAlias)
Parameters
Type Name Description
string httpAlias

SetTabPathDepth(int)

Declaration
public void SetTabPathDepth(int tabPathDepth)
Parameters
Type Name Description
int tabPathDepth

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS