Class PagedInternalNotificationMessageResult
Inheritance
System.Object
    
    PagedInternalNotificationMessageResult
  Inherited Members
Namespace: EPiServer.Notification.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class PagedInternalNotificationMessageResult : AsyncPaginationResult<InternalNotificationMessage>Constructors
PagedInternalNotificationMessageResult(IEnumerable<InternalNotificationMessage>, Int64)
Declaration
public PagedInternalNotificationMessageResult(IEnumerable<InternalNotificationMessage> messages, long totalCount)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<InternalNotificationMessage> | messages | |
| System.Int64 | totalCount | 
