View Source
  Interface IContentValueSetValidator
  
  An extended  for content indexes
 
  
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public interface IContentValueSetValidator
   
  Properties
  
  
    View Source
  
  ParentId
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Int32> | 
         | 
      
    
  
  
    View Source
  
  PublishedValuesOnly
  When set to true the index will only retain published values
 
  
  Declaration
  
    bool PublishedValuesOnly { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
    View Source
  
  SupportProtectedContent
  If true, protected content will be indexed otherwise it will not be put or kept in the index
 
  
  Declaration
  
    bool SupportProtectedContent { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Methods
  
  
    View Source
  
  ValidatePath(String, String)
  
  
  Declaration
  
    bool ValidatePath(string path, string category)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        path | 
         | 
      
      
        | System.String | 
        category | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  ValidateProtectedContent(String, String)
  
  
  Declaration
  
    bool ValidateProtectedContent(string path, string category)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        path | 
         | 
      
      
        | System.String | 
        category | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  ValidateRecycleBin(String, String)
  
  
  Declaration
  
    bool ValidateRecycleBin(string path, string category)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        path | 
         | 
      
      
        | System.String | 
        category | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         |