Class ProductEmailNotificationUserRelation
- Namespace
- Dynamicweb.Ecommerce.Products.EmailNotifications
- Assembly
- Dynamicweb.Ecommerce.dll
Represents relation between ProductEmailNotification and User ids
public sealed class ProductEmailNotificationUserRelation
- Inheritance
-
ProductEmailNotificationUserRelation
- Inherited Members
Properties
NotificationId
Gets or sets the notification Id
public int NotificationId { get; set; }
Property Value
UserId
Gets or sets user or group id
public int UserId { get; set; }