View Source
  Class BlockGridEditorDataConverter
  
  Data converter for the block grid property editor
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class BlockGridEditorDataConverter : BlockEditorDataConverter
   
  Constructors
  
  
    View Source
  
  BlockGridEditorDataConverter(IJsonSerializer)
  
  
  Declaration
  
    public BlockGridEditorDataConverter(IJsonSerializer jsonSerializer)
   
  Parameters
  
  Methods
  
  
    View Source
  
  GetBlockReferences(JToken)
  
  
  Declaration
  
    protected override IEnumerable<ContentAndSettingsReference>? GetBlockReferences(JToken jsonLayout)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | JToken | jsonLayout |  | 
    
  
  Returns