View Source
Class UpdateNotificationsController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UpdateNotificationsController : DocumentControllerBase
Constructors
View Source
UpdateNotificationsController(IContentEditingService, INotificationService, IBackOfficeSecurityAccessor)
Declaration
public UpdateNotificationsController(IContentEditingService contentEditingService, INotificationService notificationService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
Parameters
Type |
Name |
Description |
IContentEditingService |
contentEditingService |
|
INotificationService |
notificationService |
|
IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
Methods
View Source
UpdateNotifications(CancellationToken, Guid, UpdateDocumentNotificationsRequestModel)
Declaration
public async Task<IActionResult> UpdateNotifications(CancellationToken cancellationToken, Guid id, UpdateDocumentNotificationsRequestModel updateModel)
Parameters
Returns
Type |
Description |
Task<IActionResult> |
|