ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.DataReviewer Namespace / ReviewerUtil Class / CreateResultsProjectItem Method
A file path to a geodatabase which contains a current Reviewer dataset.

In This Topic
    CreateResultsProjectItem Method
    In This Topic
    Creates a project item representing Data Reviewer validation results. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public static IProjectItem CreateResultsProjectItem( 
       string itemPath
    )
    Public Shared Function CreateResultsProjectItem( _
       ByVal itemPath As String _
    ) As IProjectItem

    Parameters

    itemPath
    A file path to a geodatabase which contains a current Reviewer dataset.

    Return Value

    A new project item
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    The geodatabase specified does not contain a current Reviewer dataset.
    itemPath cannot be null or empty.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also