BaseIntegrationConnectorClearTranslationsAfterProcessing Property |
Says whether to clear cached translation information (true by default). Applies both to internal and external tasks.
If switched to false, translations can still be cleared by calling ClearInternalTranslations() or ClearExternalTranslations().
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax protected bool ClearTranslationsAfterProcessing { get; set; }
Property Value
Type:
BooleanSee Also