| ISyncManagerProceedWithTranslations Method  | 
            Determines whether to continue with translation operations.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntaxbool ProceedWithTranslations(
	TranslationHelper th
)
Parameters
- th
 - Type: CMS.DataEngineTranslationHelper
Current translation helper object 
Return Value
Type: 
BooleanTRUE if OperationType is other than Integration. When OperationType is  Integration there also have to be some translations present.
See Also