BaseIntegrationConnectorTranslateColumnsToExternal Method (TreeNode, TranslationHelper, Boolean) |
Translates column values of given document to match external ones.
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax protected void TranslateColumnsToExternal(
TreeNode node,
TranslationHelper th,
bool processChildren
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Internal document - th
- Type: CMS.DataEngineTranslationHelper
Translations - processChildren
- Type: SystemBoolean
Whether to translate columns of child objects
See Also