PortalResult QML Type
Represents the result of moving a portal item. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
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
error : Error |
Returns the error if the move was unsuccesful. Empty otherwise (read-only).
itemId : string |
Returns the ID of the item from the portaluser task (read-only).
success : bool |
Returns whether the movePortalItems task was successfully executed (read-only).