Class DefaultContentTypeBaseProvider
  
  
  
  
    Inheritance
    System.Object
    DefaultContentTypeBaseProvider
   
  
  
  Assembly: EPiServer.dll
  Version: 12.0.3
  Syntax
  
    [ServiceConfiguration]
public class DefaultContentTypeBaseProvider : Object, IContentTypeBaseProvider
   
  Constructors
  
  
  
  
  DefaultContentTypeBaseProvider()
  
  
  Declaration
  
    public DefaultContentTypeBaseProvider()
   
  Explicit Interface Implementations
  
  
  
  
  IContentTypeBaseProvider.ContentTypeBases
  
  
  Declaration
  
    IEnumerable<ContentTypeBase> IContentTypeBaseProvider.ContentTypeBases { get; }
   
  Returns
  
  
  
  
  IContentTypeBaseProvider.Resolve(ContentTypeBase)
  
  
  Declaration
  
    Type IContentTypeBaseProvider.Resolve(ContentTypeBase contentTypeBase)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Type |  | 
    
  
  Implements
  
  Extension Methods