MPInterfacebImportDocument Method (clsImportDocument, clsImportBaseeImportMode)
|
Imports a Document or Picture to the folder mechanism (DMS) using the
clsImportDocument object
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.1.0.108
Syntaxpublic bool bImportDocument(
clsImportDocument oImportDocument,
clsImportBaseeImportMode nImportMode
)
Public Function bImportDocument (
oImportDocument As clsImportDocument,
nImportMode As clsImportBaseeImportMode
) As Boolean
Parameters
- oImportDocument
- Type: MARIInterfaceclsImportDocument
- nImportMode
- Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details.
Return Value
Type:
Boolean
Remarks
See Also