Publishing system API
To register and modify pipes you use PublishingSystemFactory
. All build-in pipes use PublishingSystemFactory
for getting their components.
You must place your code in the Initialize
method of your module. If you modify build-in pipes, you must place your code after SearchModule
and PublishingModule
are initialized - in the event handler of the Bootstrapper.Initialized
event.