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