BCEdmItemsUILastResult Property |
Gets the array of result values of a batch operation for each object in the selection.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public Array LastResult { get; }
Public ReadOnly Property LastResult As Array
Get
Property Value
Type:
ArrayRemarks
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.
If
AMIF_ALLRESULTS is specified, it returns a 2D array, each row
in array containing four elements:
-
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.
See Also