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<System.String, System.Object>
    View Source

    MapElementProperties(IPublishedElement)

    Declaration
    IDictionary<string, object> MapElementProperties(IPublishedElement element)
    Parameters
    Type Name Description
    IPublishedElement element
    Returns
    Type Description
    IDictionary<System.String, System.Object>
    View Source

    MapMediaProperties(IPublishedContent, Boolean)

    Declaration
    IDictionary<string, object> MapMediaProperties(IPublishedContent media, bool skipUmbracoProperties = true)
    Parameters
    Type Name Description
    IPublishedContent media
    System.Boolean skipUmbracoProperties
    Returns
    Type Description
    IDictionary<System.String, System.Object>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • MapContentProperties(IPublishedContent)
      • MapElementProperties(IPublishedElement)
      • MapMediaProperties(IPublishedContent, Boolean)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX