Search Results for

    Show / Hide Table of Contents
    View Source

    Class EventNameExtractorResult

    Represents the result of an event name extraction operation.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class EventNameExtractorResult

    Constructors

    View Source

    EventNameExtractorResult(EventNameExtractorError?)

    Initializes a new instance of the EventNameExtractorResult class with an error.

    Declaration
    public EventNameExtractorResult(EventNameExtractorError? error)
    Parameters
    Type Name Description
    EventNameExtractorError? error

    The error that occurred during extraction.

    View Source

    EventNameExtractorResult(string?)

    Initializes a new instance of the EventNameExtractorResult class with a name.

    Declaration
    public EventNameExtractorResult(string? name)
    Parameters
    Type Name Description
    string name

    The extracted event name.

    Properties

    View Source

    Error

    Gets the error that occurred during extraction, if any.

    Declaration
    public EventNameExtractorError? Error { get; }
    Property Value
    Type Description
    EventNameExtractorError?
    View Source

    Name

    Gets the extracted event name, if successful.

    Declaration
    public string? Name { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX