require(["esri/tasks/datareviewer/ReviewerSession"], function(ReviewerSession) { /* code goes here */ });
Description
(Added at v3.14)
Represents an ArcGIS Data Reviewer session in which validation and manual quality control results are written to the reviewer workspace.
Samples
Search for
samples that use this class.
Constructors
Properties
Methods
Constructor Details
Creates a new ReviewerSession object.
Parameters:
<String > sessionId |
Required |
Numeric identifier of the session. For example: Session 10 , where 10 is the ID. |
<String > sessionName |
Required |
Name of the session. For example: Session 10 : Parcels , where Parcels is the name. |
<String > userName |
Required |
User name under which records are written to the reviewer workspace. |
<String > versionName |
Required |
The enterprise geodatabase version in which records are validated. |
Property Details
Numeric identifier of the session.
Session name. This is the string following the colon (:) in Session 1 : Parcels
.
Name under which records are written to the reviewer workspace.
Enterprise geodatabase version in which records are validated.
Method Details
The Session ID and name in format Session 10 : Parcels
.