View Source
  Class NestedContentPropertyHandler
  
  A handler for NestedContent used to bind to notifications
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class NestedContentPropertyHandler : ComplexPropertyEditorContentNotificationHandler, INotificationHandler<ContentSavingNotification>, INotificationHandler<ContentCopyingNotification>, INotificationHandler<ContentScaffoldedNotification>
   
  Properties
  
  
    View Source
  
  EditorAlias
  
  
  Declaration
  
    protected override string EditorAlias { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Methods
  
  
    View Source
  
  FormatPropertyValue(String, Boolean)
  
  
  Declaration
  
    protected override string FormatPropertyValue(string rawJson, bool onlyMissingKeys)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | rawJson |  | 
      
        | System.Boolean | onlyMissingKeys |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |