Actions right arrow Actions List right arrow Execute JavaScript right arrow Class List right arrow TreeObject

Contains information accessible from the current actions tree.


Functions

object GetParam ( string name )

Retrieves the value of the given parameter if it has been previously set by the user by filling a Setup HTML page.

Parameters:
name The name of the parameter to retrieve.

Properties

bool ParamsSet

Indicates whether the parameters of this Actions Tree have been set by the user by filling a Setup HTML page.

object UserData

Can be used to store information accessible throughout the current Actions Tree.

string ExecuteTreeStatus

If the current tree is being called from an Execute Actions Tree action, this property sets or gets the status text next to it. Use it to display information to the user while an extraction process is running such as the current row being read from or the current page being extracted.