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.6.492
Syntax
int CategoriesCreatedInLocaleCount(
	ILocale locale
)

Parameters

locale  ILocale
Locale to search. If missing or null, defaults to "en-us".

Return Value

Int32
Count of categories created under given locale.
See Also