Click or drag to resize

ICategoryNodeRemoveSynonym Method


Removes a synonym from this CategoryNode.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveSynonym(
	ICategorySynonym synonym
)

Parameters

synonym
Type: Ingeniux.CMSICategorySynonym
Synonym to remove

Return Value

Type: Boolean
True if synonym exists under its locale, false otherwise.
See Also