ArcGIS Pro 2.6 API Reference Guide
PluginDatasourceConnectionPath Constructor

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.
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 10, Windows 8.1, Windows 7

See Also

Reference

PluginDatasourceConnectionPath Class
PluginDatasourceConnectionPath Members