Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiDocumentUrlService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ApiDocumentUrlService : IApiDocumentUrlService

    Constructors

    View Source

    ApiDocumentUrlService(IDocumentUrlService)

    Declaration
    public ApiDocumentUrlService(IDocumentUrlService documentUrlService)
    Parameters
    Type Name Description
    IDocumentUrlService documentUrlService

    Methods

    View Source

    GetDocumentKeyByRoute(String, String, Boolean)

    Declaration
    public Guid? GetDocumentKeyByRoute(string route, string culture, bool preview)
    Parameters
    Type Name Description
    System.String route
    System.String culture
    System.Boolean preview
    Returns
    Type Description
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ApiDocumentUrlService(IDocumentUrlService)
    • Methods
      • GetDocumentKeyByRoute(String, String, Boolean)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX