Click or drag to resize
KenticoMediaFilesDialogController Methods

The KenticoMediaFilesDialogController type exposes the following members.

Methods
  NameDescription
Protected methodBadRequest
Creates an HttpStatusCodeResult that produces a BadRequest response.
(Inherited from ControllerProxy.)
Protected methodForbid
Creates an HttpStatusCodeResult that produces a Forbidden response.
(Inherited from ControllerProxy.)
Public methodGetFiles
Gets media files for selector dialog.
Public methodGetFolderStructure
Gets media files folder structure.
Public methodGetLibraries
Gets libraries for current site.
Public methodGetSelectedFiles
Gets model for selected values of files.
Public methodIndex
Default controller action.
Protected methodJson
Creates an ContentResult that produces a response with content type 'application/json'.
(Inherited from ControllerProxy.)
Protected methodNotFound
Creates an HttpStatusCodeResult that produces a NotFound response.
(Inherited from ControllerProxy.)
Protected methodStatusCode
Creates an HttpStatusCodeResult by specifying a statusCode.
(Inherited from ControllerProxy.)
Protected methodUnauthorized
Creates an HttpStatusCodeResult that produces a Unauthorized response.
(Inherited from ControllerProxy.)
Top
See Also