C# 클래스 Mix.Cms.Api.Controllers.v1.ApiFileController

상속: BaseApiController
파일 보기 프로젝트 열기: mixcore/mix.core

공개 메소드들

메소드 설명
ApiFileController ( context, IMemoryCache memoryCache, Microsoft.AspNetCore.SignalR.IHubContext hubContext ) : Microsoft.AspNetCore.Authentication.JwtBearer

비공개 메소드들

메소드 설명
Delete ( ) : RepositoryResponse
Details ( string folder, string filename ) : RepositoryResponse
GetList ( RequestPaging request ) : RepositoryResponse
Save ( FileViewModel model ) : RepositoryResponse
Upload ( string folder, IFormFile file ) : IActionResult

메소드 상세

ApiFileController() 공개 메소드

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