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

    HasValidReviewerDataset Method
    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
    )

    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