C# Class Engage.Dnn.Jackrabbit.Api.FileController

Inheritance: DotNetNuke.Web.Api.DnnApiController
Afficher le fichier Open project: EngageSoftware/Engage-Jackrabbit

Méthodes publiques

Méthode Description
FileController ( ) : System

Initializes a new instance of the FileController class.

Private Methods

Méthode Description
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

Method Details

FileController() public méthode

Initializes a new instance of the FileController class.
public FileController ( ) : System
Résultat System