Kendo.Mvc.UI.Fluent.EditorFileBrowserSettingsBuilder
Defines the fluent API for configuring EditorFileBrowserSettings
Methods
FileTypes(System.String)
Defines the allowed file extensions.
Parameters
value System.String
The value for FileTypes
Path(System.String)
Defines the initial folder to display, relative to the root.
Parameters
value System.String
The value for Path
Transport(System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserTransportSettingsBuilder>)
Specifies the settings for loading and saving data.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserTransportSettingsBuilder>
The configurator for the transport setting.
Schema(System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserSchemaSettingsBuilder>)
Set the object responsible for describing the file raw data format.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserSchemaSettingsBuilder>
The configurator for the schema setting.
Messages(System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserMessagesSettingsBuilder>)
Defines texts shown within the file browser.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.EditorFileBrowserMessagesSettingsBuilder>
The configurator for the messages setting.