Register pipe definitions

The pipe definitions are a collection of items describing the type members used by the mappings. They are used in the UI for changing the default mappings.

  1. Create the pipe definitions
    You create default pipe definitions from the built-in Content pipe. You can also create custom pipe definitions.
  2. Register the pipe definitions
    After you create the pipe definitions, you must register them.
  3. Modify the pipe definitions
    You can modify the definitions of a built-in pipe or custom pipe.
    To modify the pipe definitions you use the GetPipeDefinitions method.

    The method GetPipeDefinitions accepts the name of the pipe as a parameter. It returns a copy of the registered definitions. 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?