Interface IBlockReference
Represents a data item reference for a Block Editor implementation.
Namespace: Umbraco.Cms.Core.Models.Blocks
Assembly: Umbraco.Core.dll
Syntax
public interface IBlockReference
Remarks
Properties
View SourceContentUdi
Gets the content UDI.
Declaration
Udi ContentUdi { get; }
Property Value
Type | Description |
---|---|
Udi | The content UDI. |