ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data Namespace / MobileGeodatabaseConnectionPath Class / MobileGeodatabaseConnectionPath Constructor
A valid path to a mobile geodatabase folder that ends with the .geodatabase extension.

In This Topic
    MobileGeodatabaseConnectionPath Constructor
    In This Topic
    Initializes a new instance of the MobileGeodatabaseConnectionPath class.
    Syntax
    public MobileGeodatabaseConnectionPath( 
       Uri path
    )
    Public Function New( _
       ByVal path As Uri _
    )

    Parameters

    path
    A valid path to a mobile geodatabase folder that ends with the .geodatabase extension.
    Exceptions
    ExceptionDescription
    path is null.
    The path in path does not end with the .geodatabase extension.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also