FileManagerViewsListSettingsBuilder
Defines the fluent API for configuring the FileManagerViewsListSettings settings.
Methods
EditTemplate(System.String)
Specifies the template for items during edit mode.
Parameters
value - System.String
The value that configures the edittemplate.
EditTemplateId(System.String)
Specifies the template for items during edit mode.
Parameters
value - System.String
The value that configures the edittemplate.
EditTemplateView(System.Web.Mvc.MvcHtmlString)
Specifies the template for items during edit mode.
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the edittemplate.
EditTemplateHandler(System.String)
Specifies the template for items during edit mode.
Parameters
value - System.String
The value that configures the edittemplate.
Template(System.String)
Specifies item template.
Parameters
value - System.String
The value that configures the template.
TemplateId(System.String)
Specifies item template.
Parameters
value - System.String
The value that configures the template.
TemplateView(System.Web.Mvc.MvcHtmlString)
Specifies item template.
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the template.
TemplateHandler(System.String)
Specifies item template.
Parameters
value - System.String
The value that configures the template.
AltTemplate(System.String)
Template to be used for rendering the alternate items.
Parameters
value - System.String
The value that configures the alttemplate.
AltTemplateId(System.String)
Template to be used for rendering the alternate items.
Parameters
value - System.String
The value that configures the alttemplate.
AltTemplateView(System.Web.Mvc.MvcHtmlString)
Template to be used for rendering the alternate items.
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the alttemplate.
AltTemplateHandler(System.String)
Template to be used for rendering the alternate items.
Parameters
value - System.String
The value that configures the alttemplate.