Search Results for

    Show / Hide Table of Contents
    View Source

    Class UploadFileService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.Services
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class UploadFileService : IUploadFileService

    Constructors

    View Source

    UploadFileService(IHostingEnvironment, ILocalizedTextService)

    Declaration
    public UploadFileService(IHostingEnvironment hostingEnvironment, ILocalizedTextService localizedTextService)
    Parameters
    Type Name Description
    IHostingEnvironment hostingEnvironment
    ILocalizedTextService localizedTextService

    Methods

    View Source

    TryLoad(IFormFile)

    Declaration
    public FormFileUploadResult TryLoad(IFormFile file)
    Parameters
    Type Name Description
    IFormFile file
    Returns
    Type Description
    FormFileUploadResult
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UploadFileService(IHostingEnvironment, ILocalizedTextService)
    • Methods
      • TryLoad(IFormFile)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX