ArcGIS Pro 2.9 API Reference Guide
DefaultSessionItem Property

ArcGIS.Desktop.DataReviewer Namespace > ReviewerResultsProjectItem Class : DefaultSessionItem Property
Gets or sets an item in this project item as the default session.
Syntax
public Item DefaultSessionItem {get; set;}
Public Property DefaultSessionItem As Item

Property Value

Type: ArcGIS.Desktop.Core.Item The item that is currently set as the default session or null if no item is set as the default session.
Remarks
Tools that require session information will use the default session automatically. For example in the Execute Reviewer Batch Job geoprocessing tool the Session parameter will be set to the default session.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ReviewerResultsProjectItem Class
ReviewerResultsProjectItem Members