ICategoryNodeDepth Method
|
Gets the hierarchy depth of this CategoryNode, starting from the root CategoryNode.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Function Depth As Integer
abstract Depth : unit -> int
Return Value
Type:
Int32Depth level
Remarks Root category node depth is 0. The depth value for a descendant node is how many ancestors away it is from the root category.
See Also