ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.DataReviewer Namespace / ReviewerUtil Class / HasValidReviewerDataset Method
A file path to a geodatabase.

In This Topic
    HasValidReviewerDataset Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also