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

In This Topic
    RemoveSessionItemAsync Method
    In This Topic
    Removes a session item from this project item.
    Syntax
    public Task<bool> RemoveSessionItemAsync( 
       Item session
    )
    Public Function RemoveSessionItemAsync( _
       ByVal session As Item _
    ) As Task(Of Boolean)

    Parameters

    session
    An item representing a Data Reviewer session

    Return Value

    True if the session item was removed, false otherwise
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also