Class UnknownTypeUdi
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public class UnknownTypeUdi : Udi
Fields
View SourceInstance
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.