Class UnknownTypeUdi
Represents a UDI with an unknown entity type.
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 SourceInstance
Gets the singleton instance of the UnknownTypeUdi class.
Declaration
public static readonly UnknownTypeUdi Instance
Field Value
| Type | Description |
|---|---|
| UnknownTypeUdi |
Properties
View SourceIsRoot
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.