Publishing System

Sitefinity publishing system allows you to expose data from your application or to consume data from other application. In both case, you must implement data conversion between different formats and apply business logic.

To overcome this problem, Sitefinity publishing system uses pipes to transfer the data from the source to Sitefinity and from Sitefinity to the destination in identical format.

The core components of Sitefinity publishing system are:

  • Publishing point - accumulates data from different sources

  • Inbound pipe - transfers data from source to publishing point

  • Outbound pipe - transfers data from publishing point to destination

The data is coming from the inbound pipes into the publishing point and after that is processed by the outbound pipes.

Every time when you save item with the Fluent API, Sitefinity creates a Schedule Task that invokes the publishing system in a background thread.

Sitefinity allows you to create custom pipes or modify build-in pipes.

The section focuses on the following:

Related topics:

Feedback

How useful is this article?

Tell us more

Submit
Your message was successfully sent.

We appreciate your feedback.

Your message could not be sent.

OK