Click or drag to resize

IShippingAdapterPrintManifestDocument Method

print manifest document

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
AdapterPrintResponse PrintManifestDocument(
	long historyId,
	string shipper,
	DocumentFormat documentFormat,
	PrinterDefinition printerDefinition
)

Parameters

historyId
Type: SystemInt64
manifest id
shipper
Type: SystemString
adapter shipper
documentFormat
Type: DocumentFormat
document format
printerDefinition
Type: PrinterDefinition
printer definition

Return Value

Type: AdapterPrintResponse

[Missing <returns> documentation for "M:PSI.Sox.Adapter.Interfaces.IShippingAdapter.PrintManifestDocument(System.Int64,System.String,PSI.Sox.DocumentFormat,PSI.Sox.PrinterDefinition)"]

See Also