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

Interface IQueryableNotificationUser

Defines the member for a queryable user notification.

Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IQueryableNotificationUser

Methods

GetAsync(String)

Asynchronously get user.

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

username, Email or displayname.

Returns
Type Description
System.Threading.Tasks.Task<INotificationUser>

An INotificationUser object.

Extension Methods