ICategoryNodePagesCount Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference