Register pipe settings

The pipe settings contain the information for creating a pipe. They are used to restore a pipe saved in the database.

  1. Create the pipe settings.
    You create default pipe settings from the built-in Content pipe. You then create the custom pipe settings. Then, you mark the pipe as outbound and of push type.
  2. Register the pipe settings.
    After you create the pipe settings, you must register them.
  3. Modify pipe settings
    You can modify the settings of a built-in pipe or custom pipe.
    To modify the pipe settings you use the GetPipeSettings method.

    The method GetPipeSettings accepts the name of the pipe as a parameter. After you retrieve the settings, you set the MaxItems property to 50. The method returns a copy of the registered settings. After your modifications, you must register them again to apply the changes.

Use the following code sample:

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?