Class PathSizes
Assembly: DotNetNuke.dll
Syntax
Constructors
PathSizes()
Declaration
Properties
MaxAliasDepth
Declaration
public int MaxAliasDepth { get; set; }
Property Value
MaxTabPathDepth
Declaration
public int MaxTabPathDepth { get; set; }
Property Value
MinAliasDepth
Declaration
public int MinAliasDepth { get; set; }
Property Value
MinTabPathDepth
Declaration
public int MinTabPathDepth { get; set; }
Property Value
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