PortalItemComment QML Type
Information about a comment on a PortalItem. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
comment : string |
Returns the comment string (read-only).
commentId : string |
Returns the comment's unique ID (read-only).
created : date |
Returns the creation date of the comment (read-only).
owner : string |
Returns the username of the user that added the comment (read-only).