Modify segments

When modifying a segment, you must perform the following:

  1. Get the segment.
    For more information about finding a specific segment, see For developers: Query segments.

  2. Modify the properties.

    After you get the segment, you modify the properties.

  3. Save the changes.

    Finally, you must save the changes.

To modify a segment, you must use the PersonalizationManager class.

Modifying a segment

The following example modifies the Name and Description of a specific segment:


First, you get the segment with the specified Id by calling GetSegments and filter based on the Id property. Then, you modify the Name and the Description properties. Finally, you save the changes.

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?

Next article

Delete segments