Base endpoint converter
Abstract
Introduction to the base endpoint converter class in Sitecore Data Exchange Framework
This class provides methods to simplify reading values from Sitecore items that are set on plugins that are added to an endpoint for Data Exchange Framework.
Type |
|
The class always adds the plugin SitecoreItemSettings
. This plugin stores the item ID for the Sitecore item that represents the endpoint.
Additional plugins are added to the endpoint by overriding the method AddPlugins(ItemModel,Endpoint)
.