ArcGIS Pro 2.9 API Reference Guide
CreateResultsProjectItem Method

ArcGIS.Desktop.DataReviewer Namespace > DataReviewerModule Class : CreateResultsProjectItem Method
A file path to a geodatabase which contains a current Reviewer dataset.
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, Windows 8.1

See Also

Reference

DataReviewerModule Class
DataReviewerModule Members