Search Results for

    Show / Hide Table of Contents
    View Source

    Class Notification

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class Notification

    Constructors

    View Source

    Notification(int, int, string, Guid)

    Declaration
    public Notification(int entityId, int userId, string action, Guid entityType)
    Parameters
    Type Name Description
    int entityId
    int userId
    string action
    Guid entityType

    Properties

    View Source

    Action

    Declaration
    public string Action { get; }
    Property Value
    Type Description
    string
    View Source

    EntityId

    Declaration
    public int EntityId { get; }
    Property Value
    Type Description
    int
    View Source

    EntityType

    Declaration
    public Guid EntityType { get; }
    Property Value
    Type Description
    Guid
    View Source

    UserId

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