Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiContentStartItem

    Represents a start item for content routing in the Delivery API.

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

    Constructors

    View Source

    ApiContentStartItem(Guid, string)

    Initializes a new instance of the ApiContentStartItem class.

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

    The unique identifier of the start item.

    string path

    The path of the start item.

    Properties

    View Source

    Id

    Gets the unique identifier of the start item.

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

    Path

    Gets the path of the start item.

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX