Aqualogic Interaction API  
 

IExpressionEngine.LoadExpressions Method 

Loads the expressions from the database while constructing the expressions' order of execution for all action types. This method queries for all the expression objects in the database and add them to the cache. It then determines the order of execution based on the topic position of each expression object.

void LoadExpressions();

See Also

IExpressionEngine Interface | com.plumtree.server.condition Namespace