Click or drag to resize

MPInterfaceoGetListOfDocumentsInFolder Method

Load document entries from the folder mechanism to a specifica database. Does not load the file itself, but the list.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public List<clsImportDocument> oGetListOfDocumentsInFolder(
	clsImportBaseeCoreDataClassID nClassId,
	string sClassKey,
	int lFolderId
)

Parameters

nClassId
Type: MARIInterfaceclsImportBaseeCoreDataClassID
sClassKey
Type: SystemString
lFolderId
Type: SystemInt32

Return Value

Type: ListclsImportDocument
See Also