Search Results for

    Show / Hide Table of Contents
    View Source

    Class UnknownTypeUdi

    Represents a UDI with an unknown entity type.

    Inheritance
    object
    Udi
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public class UnknownTypeUdi : Udi
    Remarks

    This class is used when parsing UDIs with unknown entity types when using the knownTypes parameter.

    Fields

    View Source

    Instance

    Gets the singleton instance of the UnknownTypeUdi class.

    Declaration
    public static readonly UnknownTypeUdi Instance
    Field Value
    Type Description
    UnknownTypeUdi

    Properties

    View Source

    IsRoot

    Gets a value indicating whether this Udi is a root Udi.

    Declaration
    public override bool IsRoot { get; }
    Property Value
    Type Description
    bool
    Remarks

    A root Udi points to the "root of all things" for a given entity type, e.g. the content tree root.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX