Interface IFieldAccess
  
  Summary description for IFieldAccess.
 
  
  
  
  Assembly: EPiServer.BaseLibrary.dll
  Version: 8.11.0
  Syntax
  
    public interface IFieldAccess : IRawFieldAccess
   
  Methods
  
  
  
  
  GetFieldName(String)
  
  
  Declaration
  
    string GetFieldName(string schemaField)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        schemaField | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  GetFieldType(String)
  
  
  Declaration
  
    Type GetFieldType(string schemaField)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        schemaField | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  Extension Methods