Class NotificationDTO
Inherited Members
Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 10.3.3. Use NotificationRequest. Scheduled for removal in v12.0.0.")]
public class NotificationDTO
Constructors
NotificationDTO()
Declaration
public NotificationDTO()
Properties
NotificationId
Declaration
public int NotificationId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
ToNotificationRequest()
Declaration
public NotificationRequest ToNotificationRequest()
Returns
| Type | Description |
|---|---|
| NotificationRequest |