Click or drag to resize
PortalDocChangesReset Method
This method resets the changes tracked for the document including lines and details. Calling this method will result in the DocChanged property returning false until the document is subsequently modified. As a general rule, this method should only be called after creating a new document and supplying all of your default values.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public void DocChangesReset()
See Also