Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiContentResponseBuilder

    Inheritance
    System.Object
    ApiContentBuilderBase<IApiContentResponse>
    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public class ApiContentResponseBuilder : ApiContentBuilderBase<IApiContentResponse>, IApiContentResponseBuilder

    Constructors

    View Source

    ApiContentResponseBuilder(IApiContentNameProvider, IApiContentRouteBuilder, IOutputExpansionStrategyAccessor)

    Declaration
    public ApiContentResponseBuilder(IApiContentNameProvider apiContentNameProvider, IApiContentRouteBuilder apiContentRouteBuilder, IOutputExpansionStrategyAccessor outputExpansionStrategyAccessor)
    Parameters
    Type Name Description
    IApiContentNameProvider apiContentNameProvider
    IApiContentRouteBuilder apiContentRouteBuilder
    IOutputExpansionStrategyAccessor outputExpansionStrategyAccessor

    Methods

    View Source

    Create(IPublishedContent, String, IApiContentRoute, IDictionary<String, Object>)

    Declaration
    protected override IApiContentResponse Create(IPublishedContent content, string name, IApiContentRoute route, IDictionary<string, object> properties)
    Parameters
    Type Name Description
    IPublishedContent content
    System.String name
    IApiContentRoute route
    IDictionary<System.String, System.Object> properties
    Returns
    Type Description
    IApiContentResponse
    View Source

    GetCultures(IPublishedContent)

    Declaration
    protected virtual IDictionary<string, IApiContentRoute> GetCultures(IPublishedContent content)
    Parameters
    Type Name Description
    IPublishedContent content
    Returns
    Type Description
    IDictionary<System.String, IApiContentRoute>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ApiContentResponseBuilder(IApiContentNameProvider, IApiContentRouteBuilder, IOutputExpansionStrategyAccessor)
    • Methods
      • Create(IPublishedContent, String, IApiContentRoute, IDictionary<String, Object>)
      • GetCultures(IPublishedContent)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX