ICategoryNodeAddSynonym Method Ingeniux CMS Content Store API

Adds a new synonym under a given locale.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void AddSynonym(
	ILocale synonymLocale,
	string name
)

Parameters

synonymLocale
Type: Ingeniux.CMSILocale
Locale for the new synonym
name
Type: SystemString
Synonym value
See Also

Reference