Class FilterType
Specifies the filter type for Search settings of the File Manager.
Inheritance
System.Object
FilterType
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FilterType : Enum
Fields
Contains
Search the folders or files name which contains the typed characters.
Declaration
public const FilterType Contains
Field Value
Type | Description |
---|---|
FilterType |
EndsWith
Search the folders or files name which ends with the typed characters.
Declaration
public const FilterType EndsWith
Field Value
Type | Description |
---|---|
FilterType |
StartsWith
Search the folders or files name which starts with the typed characters.
Declaration
public const FilterType StartsWith
Field Value
Type | Description |
---|---|
FilterType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |