Enum FilterMode
[Version(1, 0, 0)]
[Flags]
public enum FilterModeFields
- Custom = 4
- Apply custom filters. 
- Pattern = 2
- Apply regex pattern filters. 
- WordLength = 1
- Apply word length filters. 
[Version(1, 0, 0)]
[Flags]
public enum FilterModeCustom = 4Apply custom filters.
Pattern = 2Apply regex pattern filters.
WordLength = 1Apply word length filters.