C# 클래스 Engage.Dnn.Jackrabbit.Api.FileController

상속: DotNetNuke.Web.Api.DnnApiController
파일 보기 프로젝트 열기: EngageSoftware/Engage-Jackrabbit

공개 메소드들

메소드 설명
FileController ( ) : System

Initializes a new instance of the FileController class.

비공개 메소드들

메소드 설명
CreateExceptionResponse ( Exception exc ) : object
DeleteItem ( int id ) : HttpResponseMessage
FileController ( IRepository repository ) : System

Initializes a new instance of the FileController class.

GetAllItems ( int moduleId ) : IEnumerable
HandleException ( Exception exc ) : HttpResponseMessage
LocalizeString ( string key ) : string
PostFile ( PostFileRequest request ) : HttpResponseMessage
PutFile ( int id, PutFileRequest request ) : HttpResponseMessage
UndeleteItem ( int id ) : HttpResponseMessage

메소드 상세

FileController() 공개 메소드

Initializes a new instance of the FileController class.
public FileController ( ) : System
리턴 System