Gets descendants of this CategoryNode, in a paginzated format.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
IEnumerable<ICategoryNode> Descendants( out int count, int depth = 0, int pageSize = -1, int startIndex = -1 )
Parameters
- count
- Type: SystemInt32
Output of total count - depth (Optional)
- Type: SystemInt32
The number of levels of descendants to return - pageSize (Optional)
- Type: SystemInt32
Number of items to return; default is all items. - startIndex (Optional)
- Type: SystemInt32
Starting item index; default is first item.
Return Value
Type: IEnumerableICategoryNodeCollection of descendant nodes.
Remarks
See Also