Class BlockValue
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.Blocks
Assembly: Umbraco.Infrastructure.dll
Syntax
public class BlockValue
Properties
View SourceContentData
Declaration
public List<BlockItemData> ContentData { get; set; }
Property Value
Type | Description |
---|---|
List<BlockItemData> |
Layout
Declaration
public IDictionary<string, JToken> Layout { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, JToken> |
SettingsData
Declaration
public List<BlockItemData> SettingsData { get; set; }
Property Value
Type | Description |
---|---|
List<BlockItemData> |