SaaS CMS has officially launched! Learn more now.

Class QueryableNotificationUser

Inheritance
System.Object
QueryableNotificationUser
Namespace: EPiServer.Notification.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class QueryableNotificationUser : Object, IQueryableNotificationUser

Constructors

QueryableNotificationUser(IQueryableNotificationUsers)

Declaration
public QueryableNotificationUser(IQueryableNotificationUsers queryableNotificationUsers)
Parameters
Type Name Description
IQueryableNotificationUsers queryableNotificationUsers

Methods

GetAsync(String)

Declaration
public Task<INotificationUser> GetAsync(string userName)
Parameters
Type Name Description
System.String userName
Returns
Type Description
System.Threading.Tasks.Task<INotificationUser>

Implements

Extension Methods