Click or drag to resize

ICategoryNodePagesCount Method


Gets the count of all pages associated with this CategoryNode, with or without its descendants.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
int PagesCount(
	bool recursive = false
)

Parameters

recursive (Optional)
Type: SystemBoolean
True to include associations with all of its descendants; false to include only associations to this CategoryNode.

Return Value

Type: Int32
Count of associations
See Also