View Source
  Class RichTextBlockLayoutItem
  
  Used for deserializing the rich text block layouts
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class RichTextBlockLayoutItem : BlockLayoutItemBase, IBlockLayoutItem
   
  Constructors
  
  
    View Source
  
  RichTextBlockLayoutItem()
  
  
  Declaration
  
    public RichTextBlockLayoutItem()
   
  
    View Source
  
  RichTextBlockLayoutItem(Guid)
  
  
  Declaration
  
    public RichTextBlockLayoutItem(Guid contentKey)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Guid | contentKey |  | 
    
  
  
    View Source
  
  RichTextBlockLayoutItem(Guid, Guid)
  
  
  Declaration
  
    public RichTextBlockLayoutItem(Guid contentKey, Guid settingsKey)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Guid | contentKey |  | 
      
        | Guid | settingsKey |  | 
    
  
  
    View Source
  
  RichTextBlockLayoutItem(Udi)
  
  
  Declaration
  
    public RichTextBlockLayoutItem(Udi contentUdi)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Udi | contentUdi |  | 
    
  
  
    View Source
  
  RichTextBlockLayoutItem(Udi, Udi)
  
  
  Declaration
  
    public RichTextBlockLayoutItem(Udi contentUdi, Udi settingsUdi)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Udi | contentUdi |  | 
      
        | Udi | settingsUdi |  |