View Source
  Interface IReservedFieldNamesService
  
  
  
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public interface IReservedFieldNamesService
   
  Methods
  
  
    View Source
  
  GetDocumentReservedFieldNames()
  
  
  Declaration
  
    ISet<string> GetDocumentReservedFieldNames()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | ISet<System.String> |  | 
    
  
  
    View Source
  
  
  
  
  Declaration
  
    ISet<string> GetMediaReservedFieldNames()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | ISet<System.String> |  | 
    
  
  
    View Source
  
  GetMemberReservedFieldNames()
  
  
  Declaration
  
    ISet<string> GetMemberReservedFieldNames()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | ISet<System.String> |  |