Click or drag to resize
IntegrationConnectorInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	IntegrationConnectorInfo info
)

Parameters

info
Type: CMS.SynchronizationIntegrationConnectorInfo
Object to insert / update
See Also