ICategoryTranslationRequiresUpdate Property
|
Checks whether this translation requires an update.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RequiresUpdate { get; }
ReadOnly Property RequiresUpdate As Boolean
Get
property bool RequiresUpdate {
bool get ();
}
abstract RequiresUpdate : bool with get
Property Value
Type:
BooleanRemarks A translation must be updated if its creation time is older than the last-modified time of the CategoryNode it belongs to.
See Also