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.6.492
Syntax
int SynonymsCount(
	ILocale locale = null
)

Parameters

locale  ILocale  (Optional)
The locale where synonyms are under. If not specified, includes all synonyms.

Return Value

Int32
Count of synonyms
See Also