Click or drag to resize

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.5.94
Syntax
int Depth()

Return Value

Type: Int32
Depth 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