New to Telerik UI for ASP.NET Core? Download free 30-day trial

FileManagerPreviewPaneSettingsBuilder

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

NoFileTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

Defines a new template for the preview pane when no file/folder is selected.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for NoFileTemplate

NoFileTemplateHandler(System.String)

Defines a new template for the preview pane when no file/folder is selected.

Parameters

templateHandler - System.String

The handler that returs the template for 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 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

SingleFileTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

Defines a new template for the preview pane when a single file/folder is selected.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for SingleFileTemplate

SingleFileTemplateHandler(System.String)

Defines a new template for the preview pane when a single file/folder is selected.

Parameters

templateHandler - System.String

The handler that returs the template for 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 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

MultipleFilesTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

Defines a new template for the preview pane when multiple files/folders are selected.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for MultipleFilesTemplate

MultipleFilesTemplateHandler(System.String)

Defines a new template for the preview pane when multiple files/folders are selected.

Parameters

templateHandler - System.String

The handler that returs the template for 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.

In this article
Not finding the help you need?