Interface IDocumentNotificationPresentationFactory
Namespace: Umbraco.Cms.Api.Management.Factories
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public interface IDocumentNotificationPresentationFactory
Methods
View SourceCreateNotificationModelsAsync(IContent)
Declaration
Task<IEnumerable<DocumentNotificationResponseModel>> CreateNotificationModelsAsync(IContent content)
Parameters
| Type | Name | Description |
|---|---|---|
| IContent | content |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<DocumentNotificationResponseModel>> |