This section contains JSL messages for configurable data connectors.
Description
Required Arguments
path
The path to register the data connector to.
name
The name of the data connector.
Optional Arguments
description
The description of the data connector.
Example
Names Default To Here( 1 );
Data Connector Registry() << Register(
Path( "$DOCUMENTS/my connector.jmpdc" ),
Name( "My Data Connector" )
);