ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginDatasourceConnectionPath Class / PluginDatasourceConnectionPath Constructor
The identification string of a plug-in data source add-in. This value should match the id attribute in the Config.daml entry for the Plugin Datasource.
The connection string specifying a third-party data source.

In This Topic
    PluginDatasourceConnectionPath Constructor
    In This Topic
    Initializes a new instance of the PluginDatasourceConnectionPath class.
    Syntax
    public PluginDatasourceConnectionPath( 
       string pluginIdentifier,
       Uri datasourcePath
    )
    Public Function New( _
       ByVal pluginIdentifier As String, _
       ByVal datasourcePath As Uri _
    )

    Parameters

    pluginIdentifier
    The identification string of a plug-in data source add-in. This value should match the id attribute in the Config.daml entry for the Plugin Datasource.
    datasourcePath
    The connection string specifying a third-party data source.
    Exceptions
    ExceptionDescription
    pluginIdentifier is null or an empty string.
    datasourcePath is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also