Click or drag to resize

IAdapterDataHelperInsertManifestDocument Method

Inserts a Manifest Document

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

Parameters

historyId
Type: SystemInt64

[Missing <param name="historyId"/> documentation for "M:PSI.Sox.Adapter.Interfaces.IAdapterDataHelper.InsertManifestDocument(System.Int64,PSI.Sox.DocumentData)"]

documentData
Type: PSI.SoxDocumentData
DocumentData
See Also