Enum EventDefinitionFilter
The filter used in the IEventDispatcher GetEvents method which determines how the result list is filtered
Namespace: Umbraco.Cms.Core.Events
Assembly: Umbraco.Core.dll
Syntax
public enum EventDefinitionFilter
Fields
Name | Description |
---|---|
All | Returns all events tracked |
FirstIn | Deduplicates events and only returns the first duplicate instance tracked |
LastIn | Deduplicates events and only returns the last duplicate instance tracked |