IntegrationHelperGetConnector Method (String) |
Gets connector by name
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax public static AbstractIntegrationConnector GetConnector(
string connectorName
)
Parameters
- connectorName
- Type: SystemString
Name of connector to get
Return Value
Type:
AbstractIntegrationConnectorConnector of specified name
See Also