You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Overview

Script References refer to external DLLs (Dynamic Link Libraries) incorporated for compiling scripts or display codes in solution. These references allow users to extend the capabilities of their scripts by leveraging additional functionalities provided by external libraries.

On this page:


Configuring References

To add a Script Reference, follow the steps below:

  1. Access Scripts References.
  2. Click on the plus icon.
  3. Browse and select the DLL file that you wish to reference in your solution.
  4. Input a name, description, and a choose the domain target for the reference.
  5. Click OK.

Once added, a new row will appear in the References table corresponding to the DLL file you selected. To see more information about Managing External DLLs, please the the Manage External DLLs page.

Script Reference Properties

The following is a table describing each available property field for script classes:

If a property column is not visible on the grid, enable it by right-clicking the grid header and selecting it from the list.

PropertyDescription

Target Domain

Specifies the domain where the DLL will be used (client or server).

NetAssemblyName

The name of the reference.

DefaultNamespace

The default namespace used by the DLL.

Resolved 

Indicates whether the reference has been successfully resolved. A checkmark symbol (?) signifies that the DLL import compiled without errors, whereas an 'X' indicates that there were compilation errors. If you encounter an 'X', hover over the line of your Script Reference to view the error code and a description of the problem.

Portable

Shows if the DLL is portable across different platforms.

AssemblyPathLocal

The local path of the assembly file.

AssemblyPathRuntime

The runtime path of the assembly file used during execution.


In this section:

The root page @parent could not be found in space v10.

  • No labels