Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiContentBuilder

    Inheritance
    System.Object
    ApiContentBuilderBase<IApiContent>
    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ApiContentBuilder : ApiContentBuilderBase<IApiContent>, IApiContentBuilder

    Constructors

    View Source

    ApiContentBuilder(IApiContentNameProvider, IApiContentRouteBuilder, IOutputExpansionStrategyAccessor)

    Declaration
    public ApiContentBuilder(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 IApiContent 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
    IApiContent
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ApiContentBuilder(IApiContentNameProvider, IApiContentRouteBuilder, IOutputExpansionStrategyAccessor)
    • Methods
      • Create(IPublishedContent, String, IApiContentRoute, IDictionary<String, Object>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX