ICategoryNodeRemoveSynonym Method Ingeniux CMS Content Store API

Removes a synonym from this CategoryNode.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference