IConnectorHost ConnectionPropertiesChanged Method

This method will save the updated connection properties to the database for the passed in id of the Connector.

Namespace:  Scribe.Core.ConnectorApi

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

void   ConnectionPropertiesChanged(
	Guid   connectionInfoId,
	IDictionary<string, string> connectionProperties
)

Parameters

connectionInfoId

Type: System Guid

This parameter holds the id of the Connector.

connectionProperties

Type: System.Collections.Generic IDictionaryString, String

This parameter references the modified connection properties.

See

IConnectorHost Interface

Scribe.Core.ConnectorApi Namespace