MultilineMode Enumeration |
Indicates the behavior of multiline fields.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic enum MultilineMode
Public Enumeration MultilineMode
Members
| Member name | Value | Description |
---|
| AllowForBoth | 0 | The engine can handle multiline values for read or write. |
| AllowForRead | 1 | The engine can handle multiline values only for read. |
| AllowForWrite | 2 | The engine can handle multiline values only for write. |
| NotAllow | 3 | The engine don't allow multiline values for this field. |
See Also