| ISyncManagerProceedWithTranslations Method | 
            Determines whether to continue with translation operations.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 10.0.0
 Syntax
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
See Also