Interface IQueryableNotificationUser
Defines the member for a queryable user notification.
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IQueryableNotificationUserMethods
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. | 
