For developers: Register pipe templates
You can define template for your pipe.
There are two template types:
SearchItemTemplate
- for creating a search index.
PublishingItemTemplate
- for creating a publishing point.
To register a template for a pipe, you use the RegisterTemplatePipe
method:
The template is part of the settings. With registering the SearchItemTemplate
, you add your inbound custom pipe as an option when creating a search index.