Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class UserNotificationsQuery

Class used for querying

Inheritance
System.Object
UserNotificationsQuery
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class UserNotificationsQuery : Object

Constructors

UserNotificationsQuery()

Declaration
public UserNotificationsQuery()

Properties

Category

The Category

Declaration
public Uri Category { get; set; }
Property Value
Type Description
System.Uri

ChannelName

The name of the channel.

Declaration
public string ChannelName { get; set; }
Property Value
Type Description
System.String

Read

Filter(read/unread) the list based on true(read), false(unread) or null(both).

Declaration
public Nullable<bool> Read { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Sent

Filter(sent/unsent) the list based on true(sent), false(unsent) or null(both).

Declaration
public Nullable<bool> Sent { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

User

The user/recipient.

Declaration
public INotificationUser User { get; set; }
Property Value
Type Description
INotificationUser

Extension Methods