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

In This Topic
    GetSessionFromItem Method
    In This Topic
    Gets the Session the item contains.
    Syntax
    public Session GetSessionFromItem( 
       Item session
    )
    Public Function GetSessionFromItem( _
       ByVal session As Item _
    ) As Session

    Parameters

    session
    An item representing a Data Reviewer session

    Return Value

    A Data Reviewer session
    Exceptions
    ExceptionDescription
    session cannot be null
    Item does not contain a Data Reviewer session
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also