ICategoryNodeDepth Method
|
Gets the hierarchy depth of this CategoryNode, starting from the root CategoryNode.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxFunction Depth As Integer
abstract Depth : unit -> int
Return Value
Int32Depth level
RemarksRoot 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