Click or drag to resize
IntegrationHelperGetConnector Method (Int32)
Gets connector by ID

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static AbstractIntegrationConnector GetConnector(
	int connectorId
)

Parameters

connectorId
Type: SystemInt32
ID of connector to get

Return Value

Type: AbstractIntegrationConnector
Connector of specified ID
See Also