ITaxonomyManagerCategoriesCreatedInLocaleCount Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax int CategoriesCreatedInLocaleCount(
ILocale locale
)
Function CategoriesCreatedInLocaleCount (
locale As ILocale
) As Integer
int CategoriesCreatedInLocaleCount(
ILocale^ locale
)
abstract CategoriesCreatedInLocaleCount :
locale : ILocale -> int
Parameters
- locale
- Type: Ingeniux.CMSILocale
Locale to search. If missing or null, defaults to "en-us".
Return Value
Type:
Int32Count of categories created under given locale.
See Also