SmartConnect 2018

Scripting References

The following assemblies are by default added into all SmartConnect scripts:

System.dll
System.Windows.Forms.dll
System.Data.dll
System.Xml.dll

 

The following namespaces are by default added into all SmartConnect scripts:

System
System.IO
System.Windows.Forms
System.Data
System.Xml
System.Data.SqlClient
eOne.SmartConnect.Engine

 

All functions / methods, used in scripting, that are not included in one of these namespaces must be explicitly referenced by script code when they are used. Failure to do this will result in compilation errors when trying to save or validate scripts.