Click or drag to resize

MultilineMode Enumeration

Indicates the behavior of multiline fields.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public enum MultilineMode
Members
  Member nameValueDescription
AllowForBoth0The engine can handle multiline values for read or write.
AllowForRead1The engine can handle multiline values only for read.
AllowForWrite2The engine can handle multiline values only for write.
NotAllow3The engine don't allow multiline values for this field.
See Also