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