Interface IBlockReference<TContent, TSettings>
Represents a data item reference with content and settings for a Block editor implementation.
Namespace: Umbraco.Cms.Core.Models.Blocks
Assembly: Umbraco.Core.dll
Syntax
public interface IBlockReference<TContent, TSettings> : IBlockReference<TSettings>, IBlockReference
  Type Parameters
| Name | Description | 
|---|---|
| TContent | |
| TSettings | The type of the content.  | 
      
Properties
View SourceContent
Gets the content.
Declaration
TContent Content { get; }
  Property Value
| Type | Description | 
|---|---|
| TContent | The content.  |