Click or drag to resize

IAdapterDataHelperGetManifestDocument Method

Gets a Manifest Document

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

Parameters

historyId
Type: SystemInt64
history item
documentName
Type: SystemString
document name

Return Value

Type: IEnumerableAdapterPrintData

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

See Also