• PortalItemComment
  • class Esri::ArcGISRuntime::PortalItemComment

    Information about a comment on a PortalItem. More...

    Header: #include <PortalItemComment.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~PortalItemComment() override
    QString comment() const
    QString commentId() const
    QDateTime created() const
    QString 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.