Enum EventNameExtractorError
Represents errors that can occur during event name extraction.
Namespace: Umbraco.Cms.Core.Events
Assembly: Umbraco.Core.dll
Syntax
public enum EventNameExtractorError
Fields
| Name | Description |
|---|---|
| Ambiguous | Multiple matching events were found, making the result ambiguous. |
| NoneFound | No matching event was found. |