Click or drag to resize
FieldsToUpdate Enumeration
Controls which fields to update.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum FieldsToUpdate
Members
  Member nameValueDescription
None0 Update no fields.
Blank1 Update only blank fields.
All2 Update all fields.
See Also