ICategoryNodeSynonymsCount Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference