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.5.94
Syntax
int CategoriesOnPageCount(
	IPage page
)

Parameters

page
Type: Ingeniux.CMSIPage
Page on which to get category association count.

Return Value

Type: Int32
Count of category associations.
See Also