London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class GeolocationProviderCollection

Inheritance
System.Object
GeolocationProviderCollection
Namespace: EPiServer.Personalization
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
[Obsolete("Only the geolocation provider configured as default is registered")]
public sealed class GeolocationProviderCollection : ProviderCollection

Constructors

GeolocationProviderCollection()

Declaration
public GeolocationProviderCollection()

Properties

Item[String]

Declaration
public GeolocationProviderBase this[string name] { get; }
Parameters
Type Name Description
System.String name
Property Value
Type Description
GeolocationProviderBase

Methods

Add(ProviderBase)

Declaration
public override void Add(ProviderBase provider)
Parameters
Type Name Description
System.Configuration.Provider.ProviderBase provider

Extension Methods