Click or drag to resize

IBusinessObjectApiGetDocuments Method

Gets Documents

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
List<Document> GetDocuments(
	UserContext userContext,
	int carrierId,
	DocumentType documentType
)

Parameters

userContext
Type: PSI.SoxUserContext
UserContext
carrierId
Type: SystemInt32
The Carrier Id
documentType
Type: PSI.SoxDocumentType
The Document Type

Return Value

Type: ListDocument
A List of Document
See Also