Click or drag to resize

ICategoryNodeChildren Method


Gets the child nodes of this CategoryNode in a paginated format.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<ICategoryNode> Children(
	out int count,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

count  Int32
Output of total count
pageSize  Int32  (Optional)
Number of items to return; default is all items.
startIndex  Int32  (Optional)
Starting item index; default is first item.

Return Value

IEnumerableICategoryNode
Collection of child nodes.
See Also