Click or drag to resize

ICategoryTranslationRequiresUpdate Property


Checks whether this translation requires an update.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RequiresUpdate { get; }

Property Value

Type: Boolean
Remarks
A translation must be updated if its creation time is older than the last-modified time of the CategoryNode it belongs to.
See Also