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