Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDocumentNotificationPresentationFactory

    Namespace: Umbraco.Cms.Api.Management.Factories
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public interface IDocumentNotificationPresentationFactory

    Methods

    View Source

    CreateNotificationModelsAsync(IContent)

    Declaration
    Task<IEnumerable<DocumentNotificationResponseModel>> CreateNotificationModelsAsync(IContent content)
    Parameters
    Type Name Description
    IContent content
    Returns
    Type Description
    Task<IEnumerable<DocumentNotificationResponseModel>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CreateNotificationModelsAsync(IContent)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX