IntegrationHelperGetConnector Method (Int32) |
Gets connector by ID
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax public static AbstractIntegrationConnector GetConnector(
int connectorId
)
Parameters
- connectorId
- Type: SystemInt32
ID of connector to get
Return Value
Type:
AbstractIntegrationConnectorConnector of specified ID
See Also