Click or drag to resize

ITaxonomyManagerCategoriesOnPageCount Method


Gets the count of Category Nodes that are asssociated with the specified Page.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
int CategoriesOnPageCount(
	IPage page
)

Parameters

page  IPage
Page on which to get category association count.

Return Value

Int32
Count of category associations.
See Also