A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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