ICategoryNodeSynonymsCount Method
|
Gets the count of synonyms, under given locale or across all locales.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxint 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 ILocale (Optional)
- The locale where synonyms are under. If not specified, includes all synonyms.
Return Value
Int32Count of synonyms
See Also