Click or drag to resize
SyncManagerUpdateAlternativeUrls Method
Updates the alternative urls during synchronization.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax
C#
protected virtual void UpdateAlternativeUrls(
	DataSet documentDS,
	TreeNode node,
	TranslationHelper th
)

Parameters

documentDS
Type: System.DataDataSet
node
Type: CMS.DocumentEngineTreeNode
th
Type: CMS.DataEngineTranslationHelper
See Also