The condition used to include or exclude each record.
| Member Name | Description |
|---|---|
| None | No Condition, Include it always. |
| IncludeIfContains | Include the record if it contains the selector string. |
| IncludeIfBegins | Include the record if it begins with selector string. |
| IncludeIfEnds | Include the record if it ends with selector string. |
| IncludeIfEnclosed | Include the record if it begins and ends with selector string. |
| IncludeIfMatchRegex | Include the record if it matchs the regular expression passed as selector. |
| ExcludeIfContains | Exclude the record if it contains the selector string. |
| ExcludeIfBegins | Exclude the record if it begins with selector string. |
| ExcludeIfEnds | Exclude the record if it ends with selector string. |
| ExcludeIfEnclosed | Exclude the record if it begins and ends with selector string. |
| ExcludeIfMatchRegex | Exclude the record if it matchs the regular expression passed as selector. |
Namespace: FileHelpers
Assembly: FileHelpers (in FileHelpers.dll)