IConnector PreConnect Method

This method will attempt to connect to the third-party and retrieve properties such as organizations databases etc. If the generic ConnectionUI is to be used, this method must return the serialized FormDefinition that will define connection properties.

Namespace:  Scribe.Core.ConnectorApi

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

Syntax

string   PreConnect(
	IDictionary<string, string> properties
)

Parameters

properties

Type: System.Collections.Generic IDictionaryString, String

The collection of information required by this Connector to connect to the third-party.

Return Value

Type: String

See

IConnector Interface

Scribe.Core.ConnectorApi Namespace