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.

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?

Next article

Delete segments