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.6.492
Syntax
bool RemoveSynonym(
	ICategorySynonym synonym
)

Parameters

synonym  ICategorySynonym
Synonym to remove

Return Value

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