Click or drag to resize

ITaxonomyManagerCategoriesCount(String, ILocale, Boolean) Method


Gets the count of Category Nodes by initial characters in name, filtered by locale.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
int CategoriesCount(
	string nameInitialLetters,
	ILocale locale = null,
	bool searchSynonyms = false
)

Parameters

nameInitialLetters  String
The initial characters to search for in a category name. If the locale is not the category's creation locale, searches the translated name for that locale.
locale  ILocale  (Optional)
The locale in which to search. If missing or null, uses the taxonomy manager's current locale.
searchSynonyms  Boolean  (Optional)
Specifies whether to search synonyms.

Return Value

Int32
Count of categories matching the criteria.
See Also