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 SourceServerEventRoutingContext()
Declaration
public ServerEventRoutingContext()
Properties
View SourceEntityPath
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 |