| KenticoMediaFilesDialogController Class |
Namespace: Kentico.Components.Web.Mvc.Dialogs.Internal
public sealed class KenticoMediaFilesDialogController : ControllerProxy
The KenticoMediaFilesDialogController type exposes the following members.
| Name | Description | |
|---|---|---|
| KenticoMediaFilesDialogController |
Creates an instance of the KenticoMediaFilesDialogController class.
|
| Name | Description | |
|---|---|---|
| BadRequest |
Creates an HttpStatusCodeResult that produces a BadRequest response.
(Inherited from ControllerProxy.) | |
| Forbid |
Creates an HttpStatusCodeResult that produces a Forbidden response.
(Inherited from ControllerProxy.) | |
| GetFiles |
Gets media files for selector dialog.
| |
| GetFolderStructure |
Gets media files folder structure.
| |
| GetLibraries |
Gets libraries for current site.
| |
| GetSelectedFiles |
Gets model for selected values of files.
| |
| Index |
Default controller action.
| |
| Json |
Creates an ContentResult that produces a response with content type 'application/json'.
(Inherited from ControllerProxy.) | |
| NotFound |
Creates an HttpStatusCodeResult that produces a NotFound response.
(Inherited from ControllerProxy.) | |
| StatusCode |
Creates an HttpStatusCodeResult by specifying a statusCode.
(Inherited from ControllerProxy.) | |
| Unauthorized |
Creates an HttpStatusCodeResult that produces a Unauthorized response.
(Inherited from ControllerProxy.) |