'Declaration Public Enum FilterMatchingMode Inherits System.Enum
'Usage Dim instance As FilterMatchingMode
public enum FilterMatchingMode : System.Enum
'Declaration Public Enum FilterMatchingMode Inherits System.Enum
'Usage Dim instance As FilterMatchingMode
public enum FilterMatchingMode : System.Enum
Member | Description |
---|---|
AmbiguousMatchAll | Specifies to use the new ambiguous search engine when searching all substrings. |
AmbiguousMatchStartWith | Specifies to use the new ambiguous search engine when searching for items that start with the value. |
ExactMatchAll | Specifies to use a similar mode as MatchAll, except the search is case-sensitive. |
ExactMatchStartWith | Specifies to use a similar mode as MatchStartWith, except the search is case-sensitive. |
MatchAll | Specifies to search all possible substrings in the candidate list items and to ignore the case. |
MatchStartWith | Specifies to use the same method as the current automatic complete matching feature and specifies to find items that start with the value and to ignore the case. |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.FilterMatchingMode