SaaS CMS has officially launched! Learn more now.

Class GeolocationProviderCollection

Inheritance
System.Object
GeolocationProviderCollection
Namespace: EPiServer.Personalization
Assembly: EPiServer.Framework.dll
Version: 7.19.2
Syntax
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