PortalItemComment Class

  • 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

    This class was introduced in Esri::ArcGISRuntime 100.0.

    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.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close