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