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

If the parameter is used within any 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 ParameterRemove(
	string parameter
)

Parameters

parameter
Type: System String
Name of parameter to remove
See Also