Class PathSizes
Inheritance
System.Object
PathSizes
Assembly: DotNetNuke.dll
Syntax
public class PathSizes : object
Properties
|
Improve this Doc
View Source
MaxAliasDepth
Declaration
public int MaxAliasDepth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MaxTabPathDepth
Declaration
public int MaxTabPathDepth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MinAliasDepth
Declaration
public int MinAliasDepth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MinTabPathDepth
Declaration
public int MinTabPathDepth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
SetAliasDepth(String)
Declaration
public void SetAliasDepth(string httpAlias)
Parameters
Type |
Name |
Description |
System.String |
httpAlias |
|
|
Improve this Doc
View Source
SetTabPathDepth(Int32)
Declaration
public void SetTabPathDepth(int tabPathDepth)
Parameters
Type |
Name |
Description |
System.Int32 |
tabPathDepth |
|
Extension Methods