Registering 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:

var pipeSettings = PublishingSystemFactory.GetPipeSettings("MyCustomPipeName");
PublishingSystemFactory.RegisterTemplatePipe("SearchItemTemplate", pipeSettings);

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.

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