Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Class: PortalComment

require(["esri/arcgis/Portal"], function(arcgisPortal) { /* code goes here */ });

Description

(Added at v2.8)
Details about a comment on a Portal item.View the ArcGIS Portal API REST documentation for the item comment for more details.

Samples

Search for samples that use this class.

Properties

NameTypeSummary
commentStringThe comment text.
createdStringThe date and time the comment was created.
idStringThe comment id.
ownerStringThe user name of the user who created the comment.
Property Details

<String> comment

The comment text.

<String> created

The date and time the comment was created.

<String> id

The comment id.

<String> owner

The user name of the user who created the comment.
Show Modal