PortalItemComment Class

PortalItem."> PortalItemComment Class | ArcGISQtCpp
  • 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] 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.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.