ExpressionEngine TernaryExpressionEditName Method µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Renames ternary expression. All dependent expressions will be updated.

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

public void TernaryExpressionEditName(
	string oldName,
	string newName
)

Parameters

oldName
Type: System String
Name to search
newName
Type: System String
New name
See Also