Gets the count of Category Nodes by name, filtered by locale.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
int CategoriesByNameCount( string name, ILocale locale = null, bool searchSynonyms = false )
Parameters
- name
- Type: SystemString
The name of the categories to search for - locale (Optional)
- Type: Ingeniux.CMSILocale
The locale in which to search. If missing or null, uses the taxonomy manager's current locale. - searchSynonyms (Optional)
- Type: SystemBoolean
Specifies whether to search synonyms.
Return Value
Type: Int32[Missing <returns> documentation for "M:Ingeniux.CMS.ITaxonomyManager.CategoriesByNameCount(System.String,Ingeniux.CMS.ILocale,System.Boolean)"]
See Also