Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateNotificationsController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentControllerBase
    DocumentControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Document
    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
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    UpdateDocumentNotificationsRequestModel updateModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpdateNotificationsController(IContentEditingService, INotificationService, IBackOfficeSecurityAccessor)
    • Methods
      • UpdateNotifications(CancellationToken, Guid, UpdateDocumentNotificationsRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX