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

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
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.
See Also