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

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

Description

(Added at v2.8)
Details about the rating associated with a Portal item. View the ArcGIS Portal API REST documentation for the Item Rating for more details.

Samples

Search for samples that use this class.

Properties

NameTypeSummary
createdDateDate the rating was added to the item.
ratingNumberA rating between 1.0 and 5.0 for the item.
Property Details

<Date> created

Date the rating was added to the item.

<Number> rating

A rating between 1.0 and 5.0 for the item.
Show Modal