Information about a comment on a PortalItem. More...
Header | #include <Portal |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
Q | comment() const |
Q | comment |
Q | created() const |
Q | owner() const |
Detailed Description
Member Function Documentation
[override virtual noexcept]
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.