ArcGIS Pro 2.9 API Reference Guide
HasValidReviewerDataset Method

ArcGIS.Desktop.DataReviewer Namespace > DataReviewerModule Class : HasValidReviewerDataset Method
A file path to a geodatabase.
Indicates if a geodatabase contains a current Reviewer dataset. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public static bool HasValidReviewerDataset( 
   string geodatabasePath
)
Public Shared Function HasValidReviewerDataset( _
   ByVal geodatabasePath As String _
) As Boolean

Parameters

geodatabasePath
A file path to a geodatabase.

Return Value

True if the geodatabase contains a current Reviewer dataset, false otherwise
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
itemPath cannot be null or empty
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

DataReviewerModule Class
DataReviewerModule Members