Associate characteristics to segments
To associate characteristics with a specific segment, you first need to add each Criterion
to a CriteriaGroup
(Telerik.Sitefinity.Personalization.Impl.Model.CriteriaGroup
). A CriteriaGroup
represents a collection of one or more criteria that is defined for a specific segment. Each Segment object has a CriteriaGroups
property (IList<CriteriaGroup>
) that represents a collection of CriteriaGroup
objects.

To associate your newly created CriteriaGroup
to the segment, you include it in the CriteriaGroups
collection of the specific segment. For example: