ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.DataReviewer Namespace / ReviewerResultsProjectItem Class / AddSessionItemAsync Method
An item representing a Data Reviewer session

AddSessionItemAsync Method
Adds a session item to this project item.
Syntax
public Task AddSessionItemAsync( 
   Item session
)

Parameters

session
An item representing a Data Reviewer session

Return Value

A Task that represents AddSessionItemAsync
Exceptions
ExceptionDescription
session cannot be null
Item does not contain a Data Reviewer session
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also