SaaS CMS has officially launched! Learn more now.

Interface IQueryableNotificationUser

Defines the member for a queryable user notification.

Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 11.20.7
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