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.6.492
Syntax
bool RemoveTranslation(
	ILocale locale
)

Parameters

locale  ILocale
Locale of the translation to remove

Return Value

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