Click or drag to resize
PortalModuleDocTypes Method
Document types designated to a Transaction Source Module.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public ArrayList ModuleDocTypes(
	string module
)

Parameters

module
Type: SystemString
The Transaction Source Module for which you want a list of document types.

Return Value

Type: ArrayList
An ArrayList of DocTypeStruct objects
See Also