C# Class Mix.Cms.Api.Controllers.v1.ApiFileController

Inheritance: BaseApiController
Show file Open project: mixcore/mix.core

Public Methods

Method Description
ApiFileController ( context, IMemoryCache memoryCache, Microsoft.AspNetCore.SignalR.IHubContext hubContext ) : Microsoft.AspNetCore.Authentication.JwtBearer

Private Methods

Method Description
Delete ( ) : RepositoryResponse
Details ( string folder, string filename ) : RepositoryResponse
GetList ( RequestPaging request ) : RepositoryResponse
Save ( FileViewModel model ) : RepositoryResponse
Upload ( string folder, IFormFile file ) : IActionResult

Method Details

ApiFileController() public method

public ApiFileController ( context, IMemoryCache memoryCache, Microsoft.AspNetCore.SignalR.IHubContext hubContext ) : Microsoft.AspNetCore.Authentication.JwtBearer
memoryCache IMemoryCache
hubContext Microsoft.AspNetCore.SignalR.IHubContext
return Microsoft.AspNetCore.Authentication.JwtBearer