SaaS CMS has officially launched! Learn more now.

Class GeographicCoordinateCriterion

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

Inheritance
System.Object
GeographicCoordinateCriterion
Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class GeographicCoordinateCriterion : GeographicCriterionBase<GeographicCoordinateModel>

Constructors

GeographicCoordinateCriterion()

Initializes an instance of GeographicCoordinateCriterion.

Declaration
public GeographicCoordinateCriterion()

GeographicCoordinateCriterion(GeolocationProviderBase)

Initializes an instance of GeographicCoordinateCriterion.

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

GeographicCoordinateCriterion(GeolocationProviderBase, IPAddressResolver)

Initializes an instance of GeographicCoordinateCriterion.

Declaration
public GeographicCoordinateCriterion(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.GeographicCoordinateModel>.IsMatch(EPiServer.Personalization.IGeolocationResult, EPiServer.Personalization.Capabilities)

Extension Methods