Information about a comment on a PortalItem. More...
| Header | #include <Portal |
| Since | Esri |
| Inherits | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| virtual | ~ |
| QString | comment() const |
| QString | comment |
| QDate | created() const |
| QString | owner() const |
Detailed Description
Member Function Documentation
[override virtual] PortalItemComment::~PortalItemComment ()
Destructor.
QString PortalItemComment::comment() const
The comment string.
QString PortalItemComment::commentId () const
The comment's unique ID.
QDateTime PortalItemComment::created() const
The creation date of the comment.
QString PortalItemComment::owner() const
The username of the user that added the comment.