Kendo.Mvc.UI.Fluent.EditorFileBrowserSettingsBuilder
Defines the fluent API for configuring the FileBrowser.
Methods
Read(System.String,System.String)
Defines the Read action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
Read(System.String,System.String,System.Web.Routing.RouteValueDictionary)
Defines the Read action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
routeValues System.Web.Routing.RouteValueDictionary
The route values.
Read(System.String,System.String,System.Object)
Defines the Read action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
routeValues System.Object
The route values.
Read(System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserOperationBuilder>)
Defines the Read action.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserOperationBuilder>
The configuration action.
File(System.String,System.String)
Defines the File action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
File(System.String)
Defines the File action.
Parameters
url System.String
The URL.
File(System.String,System.String,System.Web.Routing.RouteValueDictionary)
Defines the File action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
routeValues System.Web.Routing.RouteValueDictionary
The route values.
File(System.String,System.String,System.Object)
Defines the File action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
routeValues System.Object
The route values.
File(System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserOperationBuilder>)
Defines the File action.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserOperationBuilder>
The configuration action.
Upload(System.String,System.String)
Defines the Upload action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
Upload(System.String,System.String,System.Web.Routing.RouteValueDictionary)
Defines the Upload action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
routeValues System.Web.Routing.RouteValueDictionary
The route values.
Upload(System.String,System.String,System.Object)
Defines the Upload action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
routeValues System.Object
The route values.
Upload(System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserOperationBuilder>)
Defines the Upload action.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserOperationBuilder>
The configuration action.
Destroy(System.String,System.String)
Defines the Destroy action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
Destroy(System.String,System.String,System.Web.Routing.RouteValueDictionary)
Defines the Destroy action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
routeValues System.Web.Routing.RouteValueDictionary
The route values.
Destroy(System.String,System.String,System.Object)
Defines the Destroy action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
routeValues System.Object
The route values.
Destroy(System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserOperationBuilder>)
Defines the Destroy action.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserOperationBuilder>
The configuration action.
Create(System.String,System.String)
Defines the Create action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
Create(System.String,System.String,System.Web.Routing.RouteValueDictionary)
Defines the Create action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
routeValues System.Web.Routing.RouteValueDictionary
The route values.
Create(System.String,System.String,System.Object)
Defines the Create action.
Parameters
actionName System.String
The name of the action.
controllerName System.String
The name of the controller
routeValues System.Object
The route values.
Create(System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserOperationBuilder>)
Defines the Create action.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserOperationBuilder>
The configuration action.
FileTypes(System.String)
Defines the file types.
Parameters
value System.String
The file types.