Class FileManagerSearchSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
FileManagerSearchSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.FileManager
Assembly: Syncfusion.AspNetMvc.FileManager.dll
Syntax
public class FileManagerSearchSettings : EJTagHelper
Constructors
FileManagerSearchSettings()
Declaration
public FileManagerSearchSettings()
Properties
AllowSearchOnTyping
Enables or disables the allowSearchOnTyping.
Declaration
public bool AllowSearchOnTyping { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is true |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
FilterType
Specifies the filter type while searching the content. The available filter types are:
contains
startsWith
endsWith
Declaration
public FilterType FilterType { get; set; }
Property Value
| Type | Description |
|---|---|
| FilterType | The default value is FilterType.Contains |
IgnoreCase
If ignoreCase is set to false, searches files that match exactly, else searches files that are case insensitive(uppercase and lowercase letters treated the same).
Declaration
public bool IgnoreCase { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is true |
Placeholder
Specifies the placeholder value to the search input of the File Manager component. It accepts string.
Declaration
public string Placeholder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |