Click or drag to resize

IAdapterDataHelperGetPackageDocument Method

Gets a Package Document

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
IEnumerable<AdapterPrintData> GetPackageDocument(
	long msn,
	string documentName
)

Parameters

msn
Type: SystemInt64
msn
documentName
Type: SystemString
document name

Return Value

Type: IEnumerableAdapterPrintData

[Missing <returns> documentation for "M:PSI.Sox.Adapter.Interfaces.IAdapterDataHelper.GetPackageDocument(System.Int64,System.String)"]

See Also