Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Web.RoutePath

    Contains route path segment constants used in API routing.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Constants.Web.RoutePath

    Fields

    View Source

    Collection

    The route path segment for collection endpoints.

    Declaration
    public const string Collection = "collection"
    Field Value
    Type Description
    string
    View Source

    Filter

    The route path segment for filter endpoints.

    Declaration
    public const string Filter = "filter"
    Field Value
    Type Description
    string
    View Source

    Item

    The route path segment for item endpoints.

    Declaration
    public const string Item = "item"
    Field Value
    Type Description
    string
    View Source

    RecycleBin

    The route path segment for recycle bin endpoints.

    Declaration
    public const string RecycleBin = "recycle-bin"
    Field Value
    Type Description
    string
    View Source

    Tree

    The route path segment for tree endpoints.

    Declaration
    public const string Tree = "tree"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX