Create segments

To create a segment you must use the CreateSegment method of PersonalizationManager. First, you initialize the PersonalizationManager. When creating a new segment, it is recommended to set at least the following properties:

  • Name
  • Description

You can also set any other properties in this step - LastModified, IsActive, CriteriaGroups etc.

The following code creates a segment with the specified  Name and Description:

The CreateSegment method has another overload that accepts an Id as a parameter. The following code demonstrates how to create a segment by Id:


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

Query segments