Click or drag to resize
IntegrationConnectorInfoProviderGetIntegrationConnectorInfo Method (String)
Returns integration connector with specified name.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static IntegrationConnectorInfo GetIntegrationConnectorInfo(
	string connectorName
)

Parameters

connectorName
Type: SystemString
Integration connector name.

Return Value

Type: IntegrationConnectorInfo
See Also