Click or drag to resize
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.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected bool ClearTranslationsAfterProcessing { get; set; }

Property Value

Type: Boolean
See Also