IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
This topic explains how to query segments. To find a specific segment, you use the PersonalizationManager class and LINQ queries.
PersonalizationManager
To find a specific segment by ID, you use the GetSegments method:
GetSegments
To find segment, you use the GetSegments method and filter based on the Id property. If the segment does not exist, the method returns null. To find the segment, you can also use the GetSegment method:
Id
GetSegment
To find a specific segment by its title, first, you use the GetSegments method. Then you filter based on the Title property:
Title
To get all segments, you use the GetSegments method without any filtering:
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important