ExpressionEngine ExpressionRemove Method µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Removes passed expression from the collection.

If the expression is used within any another expression, error will be raised on parsing only.

Namespace: uStrata.MathDaemon.Computation
Assembly: uStrata.MathDaemon.Computation (in uStrata.MathDaemon.Computation.dll) Version: 1.1.5779.28281
Syntax

public void ExpressionRemove(
	string name
)

Parameters

name
Type: System String
Name of expression to remove
See Also