Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IEventProviderAccessor

Provides access to the currently configured EventProvider.

Namespace: EPiServer.Events.Providers
Assembly: EPiServer.Events.dll
Version: 9.12.2
Syntax
public interface IEventProviderAccessor

Properties

Provider

Gets the currently configured EventProvider.

Declaration
EventProvider Provider { get; }
Property Value
Type Description
EventProvider

Extension Methods