Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class GeographicLocationModel

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. A model that represents the settings required by GeographicLocationCriterion.

Inheritance
System.Object
GeographicLocationModel
Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class GeographicLocationModel : CriterionModelBase

Constructors

GeographicLocationModel()

Declaration
public GeographicLocationModel()

Properties

Continent

The chosen continent.

Declaration
public string Continent { get; set; }
Property Value
Type Description
System.String

Country

The chosen country.

Declaration
public string Country { get; set; }
Property Value
Type Description
System.String

Region

The chosen geographic region.

Declaration
public string Region { get; set; }
Property Value
Type Description
System.String

Methods

Copy()

Creates a new object that is a copy of the current instance.

Declaration
public override ICriterionModel Copy()
Returns
Type Description
EPiServer.Personalization.VisitorGroups.ICriterionModel

A new object that is a copy of this instance.

Extension Methods