Click or drag to resize

IAdapterDataHelperInsertBundleDocument Method

Inserts a Bundle Document

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
void InsertBundleDocument(
	long bundleId,
	DocumentData documentData
)

Parameters

bundleId
Type: SystemInt64
bundle id
documentData
Type: PSI.SoxDocumentData
DocumentData
See Also