PortalResult QML Type
Represents the result of moving a portal item. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
- List of all members, including inherited members
- PortalResult is part of QML Type List.
Properties
Detailed Description
This type is the result of calling movePortalItems from a portal user.
Note: You cannot declare or create a component of this type in QML code.
See also PortalUser.
Property Documentation
[read-only] error : Error |
Returns the error if the move was unsuccesful. Empty otherwise (read-only).
[read-only] itemId : string |
Returns the ID of the item from the portaluser task (read-only).
[read-only] success : bool |
Returns whether the movePortalItems task was successfully executed (read-only).