Click or drag to resize
SyncManagerProceedWithTranslations Method
Determines whether to continue with translation operations.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
public bool ProceedWithTranslations(
	TranslationHelper th
)

Parameters

th
Type: CMS.DataEngineTranslationHelper
Current translation helper object

Return Value

Type: Boolean
TRUE if OperationType is other than Integration. When OperationType is Integration there also have to be some translations present.

Implements

ISyncManagerProceedWithTranslations(TranslationHelper)
See Also