Click or drag to resize
SynchronizationHelperChangeSiteBindingObject Method
Changes site binding object to the parent object.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static bool ChangeSiteBindingObject(
	ref GeneralizedInfo infoObj,
	ref int siteId,
	ref TaskTypeEnum taskType
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Info object instance
siteId
Type: SystemInt32
Original site ID
taskType
Type: CMS.DataEngineTaskTypeEnum
Original task type

Return Value

Type: Boolean
Returns TRUE if site binding object was changed.
See Also