SynchronizationHelperChangeSiteBindingObject Method |
Changes site binding object to the parent object.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax 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:
BooleanReturns TRUE if site binding object was changed.
See Also