Kendo.Mvc.UI.Fluent.FileManagerPreviewPaneSettingsBuilder
Defines the fluent API for configuring FileManagerPreviewPaneSettings
Methods
MetaFields(System.String[])
Configures the meta fields to be showed in the preview pane.
Parameters
value System.String[]
The value for MetaFields
NoFileTemplate(System.String)
Defines a new template for the preview pane when no file/folder is selected.
Parameters
value System.String
The value for NoFileTemplate
NoFileTemplateId(System.String)
Defines a new template for the preview pane when no file/folder is selected.
Parameters
templateId System.String
The ID of the template element for 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 for SingleFileTemplate
SingleFileTemplateId(System.String)
Defines a new template for the preview pane when a single file/folder is selected.
Parameters
templateId System.String
The ID of the template element for SingleFileTemplate
MultipleFilesTemplate(System.String)
Defines a new template for the preview pane when multiple files/folders are selected.
Parameters
value System.String
The value for MultipleFilesTemplate
MultipleFilesTemplateId(System.String)
Defines a new template for the preview pane when multiple files/folders are selected.
Parameters
templateId System.String
The ID of the template element for MultipleFilesTemplate