ArcGIS Pro 2.9 API Reference Guide
MobileGeodatabaseConnectionPath Constructor

ArcGIS.Core.Data Namespace > MobileGeodatabaseConnectionPath Class : MobileGeodatabaseConnectionPath Constructor
A valid path to a mobile geodatabase folder that ends with the .geodatabase extension.
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, Windows 8.1

See Also

Reference

MobileGeodatabaseConnectionPath Class
MobileGeodatabaseConnectionPath Members