Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IOutputExpansionStrategy

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

    Methods

    View Source

    MapContentProperties(IPublishedContent)

    Declaration
    IDictionary<string, object?> MapContentProperties(IPublishedContent content)
    Parameters
    Type Name Description
    IPublishedContent content
    Returns
    Type Description
    IDictionary<string, object>
    View Source

    MapElementProperties(IPublishedElement)

    Declaration
    IDictionary<string, object?> MapElementProperties(IPublishedElement element)
    Parameters
    Type Name Description
    IPublishedElement element
    Returns
    Type Description
    IDictionary<string, object>
    View Source

    MapMediaProperties(IPublishedContent, bool)

    Declaration
    IDictionary<string, object?> MapMediaProperties(IPublishedContent media, bool skipUmbracoProperties = true)
    Parameters
    Type Name Description
    IPublishedContent media
    bool skipUmbracoProperties
    Returns
    Type Description
    IDictionary<string, object>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX