Search Results for

    Show / Hide Table of Contents
    View Source

    Class ServerEventRoutingContext

    Server-side context used when routing a ServerEvent to decide which connected users are permitted to receive it. This is never serialized to clients and is not part of the SignalR payload; it exists purely to gate delivery.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.ServerEvents
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ServerEventRoutingContext

    Constructors

    View Source

    ServerEventRoutingContext()

    Declaration
    public ServerEventRoutingContext()

    Properties

    View Source

    EntityPath

    Gets the tree path (comma-separated node identifiers) of the entity the event concerns. Used to gate document and media events by the recipient's start-node access. It is null for event sources that have no per-entity access boundary.

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