SyncManagerUpdateRelationships Method |
Updates the relationships.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax protected virtual void UpdateRelationships(
TreeNode node,
DataTable relationshipsTable,
TranslationHelper th
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Document node - relationshipsTable
- Type: System.DataDataTable
Relationships table - th
- Type: CMS.DataEngineTranslationHelper
Translation helper
See Also