Gets the array of result values for ImportFiles(IWin32Window, IEnumerable<(Of <<'(String>)>>), String) or
CopyDocuments(IWin32Window, IEnumerable<(Of <<'(String>)>>)) operation for each object in the selection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
Remarks
Depending on whether the AMIF_ALLRESULTS flag is specified
with SetOptions(ItemOptionFlags) method, it returns results for objects in
the original selection only or for all objects including: the original selection,
objects from recursive folders, and referenced documents.
If AMIF_ALLRESULTS is not specified, it returns 2D array,
each row containing three columns related to ID property values in the original selection:
- 0: Result of the operation: 0 - succeeded, less than 0 - failed.
- 1: If the operation succeeded: the ID property value of the imported or copied document.
- 2: If the operation succeeded, an extra flags mask: 1 - new object, 2 - new object is a folder, 4 - new object is a hybrid part.
- 0: The ID property value or file path of the original object/file.
- 1, 2, and 3: the same as the results if AMIF_ALLRESULTS is not specified.