Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiContentNameProvider

    Default implementation of IApiContentNameProvider that provides content names for the Delivery API.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ApiContentNameProvider : IApiContentNameProvider

    Constructors

    View Source

    ApiContentNameProvider()

    Declaration
    public ApiContentNameProvider()

    Methods

    View Source

    GetName(IPublishedContent)

    Gets the name of the specified published content.

    Declaration
    public string GetName(IPublishedContent content)
    Parameters
    Type Name Description
    IPublishedContent content

    The published content to get the name for.

    Returns
    Type Description
    string

    The name of the content.

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