Click or drag to resize
PortalDocStatus Property
Gets the DocStatus. Temp = Document has not been saved to SQL Server. Work = Document has been saved to SQL Server. History = Document has been saved and posted.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public DocumentStatus DocStatus { get; }

Property Value

Type: DocumentStatus
See Also