Click or drag to resize
SyncManagerCreateSiteBinding Method
Creates a site binding. (Site is specified by SyncManager.SiteID property.)

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual void CreateSiteBinding(
	GeneralizedInfo bindingObj,
	int boundObjectId
)

Parameters

bindingObj
Type: CMS.DataEngineGeneralizedInfo
Binding object to create.
boundObjectId
Type: SystemInt32
Identifier of bound object.
See Also