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