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.3.169
Syntax int SynonymsCount(
ILocale locale = null
)
Function SynonymsCount (
Optional locale As ILocale = Nothing
) As Integer
int SynonymsCount(
ILocale^ locale = nullptr
)
abstract SynonymsCount :
?locale : ILocale
(* Defaults:
let _locale = defaultArg locale null
*)
-> int
Parameters
- locale (Optional)
- Type: Ingeniux.CMSILocale
The locale where synonyms are under. If not specified, includes all synonyms.
Return Value
Type:
Int32Count of synonyms
See Also