View Source
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  
  
    public class TemporaryMediaService : ITemporaryMediaService
   
  Constructors
  
  
    View Source
  
  TemporaryMediaService(IShortStringHelper, MediaFileManager, IMediaService, MediaUrlGeneratorCollection, IContentTypeBaseServiceProvider, IHostEnvironment, ILogger<TemporaryMediaService>, IBackOfficeSecurityAccessor, IEntityService, AppCaches)
  
  
  Declaration
  
    public TemporaryMediaService(IShortStringHelper shortStringHelper, MediaFileManager mediaFileManager, IMediaService mediaService, MediaUrlGeneratorCollection mediaUrlGenerators, IContentTypeBaseServiceProvider contentTypeBaseServiceProvider, IHostEnvironment hostingEnvironment, ILogger<TemporaryMediaService> logger, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IEntityService entityService, AppCaches appCaches)
   
  Parameters
  
  Methods
  
  
    View Source
  
  
  
  
  Declaration
  
    public IMedia Save(string temporaryLocation, Guid? startNode, string mediaTypeAlias)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | temporaryLocation |  | 
      
        | System.Nullable<Guid> | startNode |  | 
      
        | System.String | mediaTypeAlias |  | 
    
  
  Returns