ICategoryNodeAncestorsCount Method
|
Gets the ancestor count for this CategoryNode.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxFunction AncestorsCount As Integer
abstract AncestorsCount : unit -> int
Return Value
Int32Count of ancestor nodes. If this CategoryNode is a root node, returns 0.
See Also