Click or drag to resize

IEdaIntegrationConnectToExplore Method

Initialize the integration library for use within the Explore environment

Namespace:  EdaIntegrationContract
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
IExploreIntegration ConnectToExplore(
	string mgmtDbConnectionString = null
)

Parameters

mgmtDbConnectionString (Optional)
Type: SystemString
The connection information to the Management database configured for Explore

Return Value

Type: IExploreIntegration
The root starting point for integrating with Explore cases
See Also