Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiContentPathProvider

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public class ApiContentPathProvider : IApiContentPathProvider

    Constructors

    View Source

    ApiContentPathProvider(IPublishedUrlProvider)

    Declaration
    public ApiContentPathProvider(IPublishedUrlProvider publishedUrlProvider)
    Parameters
    Type Name Description
    IPublishedUrlProvider publishedUrlProvider

    Methods

    View Source

    GetContentPath(IPublishedContent, String)

    Declaration
    public virtual string GetContentPath(IPublishedContent content, string culture)
    Parameters
    Type Name Description
    IPublishedContent content
    System.String culture
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ApiContentPathProvider(IPublishedUrlProvider)
    • Methods
      • GetContentPath(IPublishedContent, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX