SaaS CMS has officially launched! Learn more now.

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