Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiContentStartItem

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

    Constructors

    View Source

    ApiContentStartItem(Guid, String)

    Declaration
    public ApiContentStartItem(Guid id, string path)
    Parameters
    Type Name Description
    Guid id
    System.String path

    Properties

    View Source

    Id

    Declaration
    public Guid Id { get; }
    Property Value
    Type Description
    Guid
    View Source

    Path

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