Application.LoadActionPlugin

Application.LoadActionPlugin ( 

string Filename )

Example 1

Application.LoadActionPlugin(SessionVar.Expand("%AppFolder%\\Clipboard.lmd"));

Loads the "Clipboard" action plugin into the current install.

Example 2

Application.LoadActionPlugin(Plugin_To_Load);

Loads the action plugin referenced in the variable "Plugin_To_Load" into the current install.

See also:  Related Actions