Search Results for

    Show / Hide Table of Contents
    View Source

    Class Notification

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

    Constructors

    View Source

    Notification(Int32, Int32, String, Guid)

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

    Properties

    View Source

    Action

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

    EntityId

    Declaration
    public int EntityId { get; }
    Property Value
    Type Description
    System.Int32
    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
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX