Click or drag to resize

ICategoryNodeSynonymsCount Method


Gets the count of synonyms, under given locale or across all locales.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
int SynonymsCount(
	ILocale locale = null
)

Parameters

locale (Optional)
Type: Ingeniux.CMSILocale
The locale where synonyms are under. If not specified, includes all synonyms.

Return Value

Type: Int32
Count of synonyms
See Also