Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemporaryMediaService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    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
    Type Name Description
    IShortStringHelper shortStringHelper
    MediaFileManager mediaFileManager
    IMediaService mediaService
    MediaUrlGeneratorCollection mediaUrlGenerators
    IContentTypeBaseServiceProvider contentTypeBaseServiceProvider
    IHostEnvironment hostingEnvironment
    ILogger<TemporaryMediaService> logger
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IEntityService entityService
    AppCaches appCaches

    Methods

    View Source

    Save(String, Nullable<Guid>, String)

    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
    Type Description
    IMedia
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TemporaryMediaService(IShortStringHelper, MediaFileManager, IMediaService, MediaUrlGeneratorCollection, IContentTypeBaseServiceProvider, IHostEnvironment, ILogger<TemporaryMediaService>, IBackOfficeSecurityAccessor, IEntityService, AppCaches)
    • Methods
      • Save(String, Nullable<Guid>, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX