Class GeographicLocationModel
A model that represents the settings required by GeographicLocationCriterion.
Inherited Members
Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public class GeographicLocationModel : CriterionModelBase, ICriterionModel, IDynamicDataConstructors
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 | 
|---|---|
| ICriterionModel | A new object that is a copy of this instance. | 
