Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiContentPathResolver

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

    Methods

    View Source

    IsResolvablePath(String)

    Declaration
    virtual bool IsResolvablePath(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    System.Boolean
    View Source

    ResolveContentPath(String)

    Declaration
    IPublishedContent ResolveContentPath(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    IPublishedContent
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IsResolvablePath(String)
      • ResolveContentPath(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX