Click or drag to resize
PortalDocument Method (String, Int16, String)
This method will load a document identified by the document number, document type and module provided. This method can be used to create new documents as well as to load existing documents.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public void Document(
	string docNumber,
	short docType,
	string module
)

Parameters

docNumber
Type: SystemString
Your document number.
docType
Type: SystemInt16
Your document type.
module
Type: SystemString
Transaction Source Module
See Also