SaaS CMS has officially launched! Learn more now.

Class GeographicLocationCriterion

Visitor group criterion that will match the geolocation based on request IP address with the location stored in the settings

Inheritance
System.Object
EPiServer.Personalization.VisitorGroups.CriterionBase<GeographicLocationModel>
GeographicLocationCriterion
Implements
EPiServer.Personalization.VisitorGroups.ICriterion
EPiServer.Personalization.VisitorGroups.IGeneratesAdministrativeInterface
Inherited Members
EPiServer.Personalization.VisitorGroups.CriterionBase<EPiServer.Personalization.VisitorGroups.Criteria.GeographicLocationModel>.Initialize(EPiServer.Personalization.VisitorGroups.VisitorGroupCriterion)
EPiServer.Personalization.VisitorGroups.CriterionBase<EPiServer.Personalization.VisitorGroups.Criteria.GeographicLocationModel>.Subscribe(EPiServer.Personalization.VisitorGroups.ICriterionEvents)
EPiServer.Personalization.VisitorGroups.CriterionBase<EPiServer.Personalization.VisitorGroups.Criteria.GeographicLocationModel>.Unsubscribe(EPiServer.Personalization.VisitorGroups.ICriterionEvents)
EPiServer.Personalization.VisitorGroups.CriterionBase<EPiServer.Personalization.VisitorGroups.Criteria.GeographicLocationModel>.Model
EPiServer.Personalization.VisitorGroups.CriterionBase<EPiServer.Personalization.VisitorGroups.Criteria.GeographicLocationModel>.EPiServer.Personalization.VisitorGroups.IGeneratesAdministrativeInterface.ModelType
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[VisitorGroupCriterion(Category = "Time and Place Criteria", Description = "Match visitor by selection of geographic location", DisplayName = "Geographic Location", LanguagePath = "/shell/cms/visitorgroups/criteria/geographiclocation", ScriptUrl = "ClientResources/Criteria/geographiclocation.js")]
public class GeographicLocationCriterion : GeographicCriterionBase<GeographicLocationModel>, ICriterion, IGeneratesAdministrativeInterface

Constructors

GeographicLocationCriterion()

Initializes an instance of GeographicLocationCriterion.

Declaration
public GeographicLocationCriterion()

GeographicLocationCriterion(GeolocationProviderBase)

Initializes an instance of GeographicLocationCriterion.

Declaration
public GeographicLocationCriterion(GeolocationProviderBase geolocationProvider)
Parameters
Type Name Description
GeolocationProviderBase geolocationProvider

GeographicLocationCriterion(GeolocationProviderBase, IPAddressResolver)

Initializes an instance of GeographicLocationCriterion.

Declaration
public GeographicLocationCriterion(GeolocationProviderBase geolocationProvider, IPAddressResolver addressResolver)
Parameters
Type Name Description
GeolocationProviderBase geolocationProvider

The geolocation provider.

IPAddressResolver addressResolver

The address resolver.

Methods

IsMatch(IGeolocationResult, Capabilities)

Determines whether the specified principal is match. Will match the geolocation of the client with the location stored in the settings

Declaration
protected override bool IsMatch(IGeolocationResult location, Capabilities capabilities)
Parameters
Type Name Description
IGeolocationResult location

The location of the client.

Capabilities capabilities

The capabilities of the geolocation system in use.

Returns
Type Description
System.Boolean

true if the specified principal is match; otherwise, false.

Overrides
EPiServer.Personalization.VisitorGroups.Criteria.GeographicCriterionBase<EPiServer.Personalization.VisitorGroups.Criteria.GeographicLocationModel>.IsMatch(EPiServer.Personalization.IGeolocationResult, EPiServer.Personalization.Capabilities)

Implements

EPiServer.Personalization.VisitorGroups.ICriterion
EPiServer.Personalization.VisitorGroups.IGeneratesAdministrativeInterface

Extension Methods