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.6.492
Syntax
bool RequiresUpdate { get; }

Property Value

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