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