Class FolderEditor
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
Represents a file editor.
- Inheritance
-
Folder
Editor
- Inherited Members
Properties
DataType
Gets the data type for this editor.
Property Value
SearchPattern
[AddInParameter("Search pattern")]
[AddInParameterEditor(typeof(TextParameterEditor), "inputClass=std editor-parameter")]
public string? SearchPattern { get; set; }
Property Value
Methods
GetViewModelValue(object?)
Gets the value as a collection of File
Parameters
value
object
Returns
RenderValue(EditorRenderingContext)
Renders the folder editor's value.
Parameters
context
EditorRendering Context An editor rendering context.