Click or drag to resize
TextFileMode Enumeration
Represents the method of saving existing text files.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum TextFileMode
Members
  Member nameValueDescription
Append0 Add the data from the new file to the bottom of the existing file.
Replace1 Replace the existing file with the new file.
See Also