Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiContentBuilder

    Defines a builder that creates IApiContent instances from published content.

    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IApiContentBuilder

    Methods

    View Source

    Build(IPublishedContent)

    Builds an IApiContent instance from the specified published content.

    Declaration
    IApiContent? Build(IPublishedContent content)
    Parameters
    Type Name Description
    IPublishedContent content

    The published content to build from.

    Returns
    Type Description
    IApiContent

    An IApiContent instance, or null if the content cannot be built.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX