Registering a Pipe

To register your custom pipe, you use the RegisterPipe method:

PublishingSystemFactory.RegisterPipe("MyCustomPipeName", typeof(MyCustomPipeName));

The RegisterPipe method accepts the name and the type of the pipe as parameters.

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