View Source
Class Notification
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
View Source
EntityId
Declaration
public int EntityId { get; }
Property Value
View Source
EntityType
Declaration
public Guid EntityType { get; }
Property Value
View Source
UserId
Declaration
public int UserId { get; }
Property Value