Class ThumbnailController
  
  
  
  
    Inheritance
    System.Object
    ThumbnailController
   
  
  Assembly: EPiServer.Cms.Shell.UI.dll
  Version: 11.20.7
  Syntax
  
    public class ThumbnailController : Controller
   
  Constructors
  
  
  
  
  ThumbnailController(IContentRepository, ThumbnailManager, IMimeTypeResolver)
  
  
  Declaration
  
    public ThumbnailController(IContentRepository contentRepository, ThumbnailManager thumbnailManager, IMimeTypeResolver mimeTypeResolver)
   
  Parameters
  
  Methods
  
  
  
  
  Generate(ContentReference)
  
  
  Declaration
  
    public FileContentResult Generate(ContentReference contentLink)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Web.Mvc.FileContentResult |  | 
    
  
  Extension Methods