Click or drag to resize
IntegrationConnectorInfoProviderSetIntegrationConnectorInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified integration connector.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IIntegrationConnectorInfoProvider.Set(IntegrationConnectorInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - IntegrationConnectorInfo.Provider.")]
public static void SetIntegrationConnectorInfo(
	IntegrationConnectorInfo connectorObj
)

Parameters

connectorObj
Type: CMS.SynchronizationIntegrationConnectorInfo
Integration connector to be set.
See Also