Kentico CMS 6.0 Context Help

New/edit connector

New/edit connector

Previous topic Next topic Mail us feedback on this topic!  

New/edit connector

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

On this tab, you are either creating a new integration connector or editing an existing one. In both cases, the following properties need to be specified:

 

Display name

Name of the connector used in the system's administration interface.

Code name

Name of the connector used in website code. This name must match the value of the ConnectorName property declared in the connector's class. For more details, see step 1 and 4 in Integration Guide -> Getting started -> Enabling the sample integration connector.

Assembly name

Name of the assembly within the web project in which the connector's class resides. A connector can either be implemented in a standard assembly, or in App_Code.

 

When it is stored in App_Code, you need to enter App_Code into this field and implement a module class with code that will ensure dynamic loading of the connector. For more details, see step 2 in Integration Guide -> Getting started -> Enabling the sample integration connector.

Class name

Name of the class which implements the connector. If the class is located in a dedicated assembly (not in App_Code), the name should be entered including the namespace.

Enabled

Indicates if logging and processing of tasks by this connector is enabled. Logging and processing of tasks needs to be enabled in Site Manger -> Settings -> Integration -> Integration bus as well in order for the connector to be functional.

 

Detailed information about integration of Kentico CMS with external systems can be found in Kentico CMS Integration Guide.