KenticoMediaFilesDialogControllerIndex Method |
Default controller action.
Namespace: Kentico.Components.Web.Mvc.Dialogs.InternalAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax public ActionResult Index(
string libraryName,
string allowedExtensions = null
)
Parameters
- libraryName
- Type: SystemString
Name of the media library. - allowedExtensions (Optional)
- Type: SystemString
Semicolon separated list of allowed file extensions.
Return Value
Type:
ActionResultSee Also