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

Class EventProviderOptions

Contains configuration options for the remote event system

Inheritance
System.Object
EventProviderOptions
Namespace: EPiServer.Events
Assembly: EPiServer.Events.dll
Version: 12.0.3
Syntax
[Options(ConfigurationSection = "Cms")]
public class EventProviderOptions : Object

Constructors

EventProviderOptions()

Declaration
public EventProviderOptions()

Properties

EventProviderBuilder

Event provider builder.

Declaration
public Build EventProviderBuilder { get; set; }
Property Value
Type Description
Build

Provider

The provider that should be used to send and recieve remote events.

Declaration
public string Provider { get; set; }
Property Value
Type Description
System.String

Extension Methods