Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiContentRoute

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ApiContentRoute : IApiContentRoute

    Constructors

    View Source

    ApiContentRoute(String, ApiContentStartItem)

    Declaration
    public ApiContentRoute(string path, ApiContentStartItem startItem)
    Parameters
    Type Name Description
    System.String path
    ApiContentStartItem startItem

    Properties

    View Source

    Path

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    System.String
    View Source

    StartItem

    Declaration
    public IApiContentStartItem StartItem { get; }
    Property Value
    Type Description
    IApiContentStartItem
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ApiContentRoute(String, ApiContentStartItem)
    • Properties
      • Path
      • StartItem
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX