Click or drag to resize

ITaxonomyManagerCategoriesCreatedInLocaleCount Method


Gets the count of Category Nodes created under a specified locale.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
int CategoriesCreatedInLocaleCount(
	ILocale locale
)

Parameters

locale
Type: Ingeniux.CMSILocale
Locale to search. If missing or null, defaults to "en-us".

Return Value

Type: Int32
Count of categories created under given locale.
See Also