ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.DataReviewer Namespace / ReviewerResultsProjectItem Class / DefaultSessionItem Property

In This Topic
    DefaultSessionItem Property
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also