FileManagerPreviewPaneSettingsBuilder
Methods
MetaFields(System.String[])
Configures the meta fields to be showed in the preview pane.
Parameters
value - System.String[]
The value that configures the metafields.
NoFileTemplate(System.String)
Defines a new template for the preview pane when no file/folder is selected.
Parameters
value - System.String
The value that configures the nofiletemplate.
NoFileTemplateId(System.String)
Defines a new template for the preview pane when no file/folder is selected.
Parameters
value - System.String
The value that configures the nofiletemplate.
NoFileTemplateView(System.Web.Mvc.MvcHtmlString)
Defines a new template for the preview pane when no file/folder is selected.
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the nofiletemplate.
NoFileTemplateHandler(System.String)
Defines a new template for the preview pane when no file/folder is selected.
Parameters
value - System.String
The value that configures the nofiletemplate.
NoFileTemplate(Kendo.Mvc.UI.TemplateBuilder)
Defines a new template for the preview pane when no file/folder is selected.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the nofiletemplate.
SingleFileTemplate(System.String)
Defines a new template for the preview pane when a single file/folder is selected.
Parameters
value - System.String
The value that configures the singlefiletemplate.
SingleFileTemplateId(System.String)
Defines a new template for the preview pane when a single file/folder is selected.
Parameters
value - System.String
The value that configures the singlefiletemplate.
SingleFileTemplateView(System.Web.Mvc.MvcHtmlString)
Defines a new template for the preview pane when a single file/folder is selected.
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the singlefiletemplate.
SingleFileTemplateHandler(System.String)
Defines a new template for the preview pane when a single file/folder is selected.
Parameters
value - System.String
The value that configures the singlefiletemplate.
SingleFileTemplate(Kendo.Mvc.UI.TemplateBuilder)
Defines a new template for the preview pane when a single file/folder is selected.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the singlefiletemplate.
MultipleFilesTemplate(System.String)
Defines a new template for the preview pane when multiple files/folders are selected.
Parameters
value - System.String
The value that configures the multiplefilestemplate.
MultipleFilesTemplateId(System.String)
Defines a new template for the preview pane when multiple files/folders are selected.
Parameters
value - System.String
The value that configures the multiplefilestemplate.
MultipleFilesTemplateView(System.Web.Mvc.MvcHtmlString)
Defines a new template for the preview pane when multiple files/folders are selected.
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the multiplefilestemplate.
MultipleFilesTemplateHandler(System.String)
Defines a new template for the preview pane when multiple files/folders are selected.
Parameters
value - System.String
The value that configures the multiplefilestemplate.
MultipleFilesTemplate(Kendo.Mvc.UI.TemplateBuilder)
Defines a new template for the preview pane when multiple files/folders are selected.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the multiplefilestemplate.