Click or drag to resize

IAdapterDataHelperGetBundleDocument Method

Gets a Bundle Document

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

Parameters

bundleId
Type: SystemInt64
bundle id
documentName
Type: SystemString
document name

Return Value

Type: IEnumerableAdapterPrintData

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

See Also