ITaxonomyManagerCategoriesCreatedInLocaleCount Method Ingeniux CMS Content Store API

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

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference