Class BlockEditorData
Convertable block data from json
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class BlockEditorData
Constructors
BlockEditorData(String, IEnumerable<ContentAndSettingsReference>, BlockValue)
Declaration
public BlockEditorData(string propertyEditorAlias, IEnumerable<ContentAndSettingsReference> references, BlockValue blockValue)
Parameters
Type |
Name |
Description |
System.String |
propertyEditorAlias |
|
System.Collections.Generic.IEnumerable<ContentAndSettingsReference> |
references |
|
BlockValue |
blockValue |
|
Properties
BlockValue
Returns the reference to the original BlockValue
Declaration
public BlockValue BlockValue { get; }
Property Value
Empty
Declaration
public static BlockEditorData Empty { get; }
Property Value
Layout
Returns the layout for this specific property editor
Declaration
public JToken Layout { get; }
Property Value
References
Declaration
public List<ContentAndSettingsReference> References { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<ContentAndSettingsReference> |
|