ICategoryNodeDepth Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference