Click or drag to resize
IntegrationHelperGetConnector Method (String)
Gets connector by name

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static AbstractIntegrationConnector GetConnector(
	string connectorName
)

Parameters

connectorName
Type: SystemString
Name of connector to get

Return Value

Type: AbstractIntegrationConnector
Connector of specified name
See Also