Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemplatePresentationFactory

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.Factories
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class TemplatePresentationFactory : ITemplatePresentationFactory

    Constructors

    View Source

    TemplatePresentationFactory(ITemplateService, IUmbracoMapper)

    Declaration
    public TemplatePresentationFactory(ITemplateService templateService, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    ITemplateService templateService
    IUmbracoMapper mapper

    Methods

    View Source

    CreateTemplateResponseModelAsync(ITemplate)

    Declaration
    public async Task<TemplateResponseModel> CreateTemplateResponseModelAsync(ITemplate template)
    Parameters
    Type Name Description
    ITemplate template
    Returns
    Type Description
    Task<TemplateResponseModel>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TemplatePresentationFactory(ITemplateService, IUmbracoMapper)
    • Methods
      • CreateTemplateResponseModelAsync(ITemplate)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX