Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiMediaBuilder

    Defines a builder that creates IApiMedia instances from published media.

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

    Methods

    View Source

    Build(IPublishedContent)

    Builds an IApiMedia instance from the specified published media.

    Declaration
    IApiMedia Build(IPublishedContent media)
    Parameters
    Type Name Description
    IPublishedContent media

    The published media to build from.

    Returns
    Type Description
    IApiMedia

    An IApiMedia instance.

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