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