Click or drag to resize

ICategoryNodeRemoveTranslation Method


Removes a translation from this CategoryNode.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveTranslation(
	ILocale locale
)

Parameters

locale
Type: Ingeniux.CMSILocale
Locale of the translation to remove

Return Value

Type: Boolean
True if translation with given locale exists, false otherwise.
See Also