Search Results for

    Show / Hide Table of Contents
    View Source

    Class EventNameExtractorResult

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

    Constructors

    View Source

    EventNameExtractorResult(EventNameExtractorError?)

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

    EventNameExtractorResult(string?)

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

    Properties

    View Source

    Error

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

    Name

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