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